Skip to main content

show_processlist_dataframe

Function show_processlist_dataframe 

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

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