Skip to main content

show_databases_dataframe

Function show_databases_dataframe 

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

Builds the [DataFrame] for SHOW DATABASES without executing it.