Home
last modified time | relevance | path

Searched refs:TestArraySortIndicesForIntegral (Results 1 – 1 of 1) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dvector_sort_test.cc413 class TestArraySortIndicesForIntegral : public TestArraySortIndices<ArrowType> {}; class
414 TYPED_TEST_SUITE(TestArraySortIndicesForIntegral, IntegralArrowTypes);
484 TYPED_TEST(TestArraySortIndicesForIntegral, SortIntegral) { in TYPED_TEST() argument