Function query::sql::show_tables

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

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