pub async fn show_table_status_dataframe(
stmt: &ShowTableStatus,
query_engine: &QueryEngineRef,
catalog_manager: &CatalogManagerRef,
query_ctx: QueryContextRef,
) -> Result<DataFrame>Expand description
Builds the [DataFrame] for ShowTableStatus without executing it.