Skip to main content

show_tables_dataframe

Function show_tables_dataframe 

Source
pub async fn show_tables_dataframe(
    stmt: &ShowTables,
    query_engine: &QueryEngineRef,
    catalog_manager: &CatalogManagerRef,
    query_ctx: QueryContextRef,
) -> Result<DataFrame>
Expand description

Builds the [DataFrame] for ShowTables without executing it.