Searched refs:slice_sorted_with_duration (Results 1 – 1 of 1) sorted by relevance
425 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEFilterWithArrangement() local432 benchmark::DoNotOptimize(slice_sorted_with_duration.QueryToRowMap(q)); in BM_QEFilterWithArrangement()435 static_cast<double>(slice_sorted_with_duration.row_count()), in BM_QEFilterWithArrangement()504 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEFilterOrderedArrangement() local511 benchmark::DoNotOptimize(slice_sorted_with_duration.QueryToRowMap(q)); in BM_QEFilterOrderedArrangement()514 static_cast<double>(slice_sorted_with_duration.row_count()), in BM_QEFilterOrderedArrangement()628 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEDistinctWithArrangement() local635 benchmark::DoNotOptimize(slice_sorted_with_duration.QueryToRowMap(q)); in BM_QEDistinctWithArrangement()638 static_cast<double>(slice_sorted_with_duration.row_count()), in BM_QEDistinctWithArrangement()651 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEDistinctSortedWithArrangement() local[all …]