Skip to main content

show_region_dataframe

Function show_region_dataframe 

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

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