Function query::sql::show_flows

source ยท
pub async fn show_flows(
    stmt: ShowFlows,
    query_engine: &QueryEngineRef,
    catalog_manager: &CatalogManagerRef,
    query_ctx: QueryContextRef,
) -> Result<Output>
Expand description

Execute [ShowFlows] statement and return the [Output] if success.