risingwave_frontend::handler::show

Function get_indexes_from_table

source
pub fn get_indexes_from_table(
    session: &SessionImpl,
    table_name: ObjectName,
) -> Result<Vec<Arc<IndexCatalog>>, RwError>