Searched refs:indices_to_sort (Results 1 – 1 of 1) sorted by relevance
1482 std::vector<int64> indices_to_sort(sort_dim_elements); in HandleSort() local1483 std::iota(indices_to_sort.begin(), indices_to_sort.end(), 0); in HandleSort()1521 std::stable_sort(indices_to_sort.begin(), indices_to_sort.end(), in HandleSort()1524 std::sort(indices_to_sort.begin(), indices_to_sort.end(), comparator); in HandleSort()1535 ExtractFromIndexPositions(literals_to_sort[i], indices_to_sort)); in HandleSort()