Function sql::plan::statement::show::show_views[][src]

fn show_views<'a>(
    scx: &'a StatementContext<'a>,
    full: bool,
    materialized: bool,
    from: Option<UnresolvedObjectName>,
    filter: Option<ShowStatementFilter<Raw>>
) -> Result<ShowSelect<'a>, Error>