Function parse_index_query_results
pub fn parse_index_query_results(
results: Box<dyn Iterator<Item = IndexQueryResult>>,
) -> impl Iterator<Item = IndexInfo>Expand description
IndexQueryResult must be sorted by (TableName, IndexName, KeyOrdinal)