Function query::sql::show_views

source ยท
pub async fn show_views(
    stmt: ShowViews,
    query_engine: &QueryEngineRef,
    catalog_manager: &CatalogManagerRef,
    query_ctx: QueryContextRef,
) -> Result<Output>
Expand description

Execute [ShowViews] statement and return the [Output] if success.