Skip to main content

show_flows_dataframe

Function show_flows_dataframe 

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

Builds the [DataFrame] for ShowFlows without executing it.