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