query::sql

Function 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.