Searched refs:indices_to_sort (Results 1 – 1 of 1) sorted by relevance
3506 std::vector<int64_t> indices_to_sort(sort_dim_elements); in HandleSort() local3507 std::iota(indices_to_sort.begin(), indices_to_sort.end(), 0); in HandleSort()3546 std::stable_sort(indices_to_sort.begin(), indices_to_sort.end(), in HandleSort()3549 std::sort(indices_to_sort.begin(), indices_to_sort.end(), comparator); in HandleSort()3560 ExtractFromIndexPositions(literals_to_sort[i], indices_to_sort)); in HandleSort()