Function query::sql::show_index

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

Execute SHOW INDEX statement.