Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dkey_compare.cc34 const uint16_t* sel_left_maybe_null, in NullUpdateColumnToRow() argument
57 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in NullUpdateColumnToRow()
67 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in NullUpdateColumnToRow()
77 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in NullUpdateColumnToRow()
92 uint32_t num_rows_to_compare, const uint16_t* sel_left_maybe_null, in CompareBinaryColumnToRowHelper() argument
102 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in CompareBinaryColumnToRowHelper()
112 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in CompareBinaryColumnToRowHelper()
249 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in CompareVarBinaryColumnToRow()
337 if (sel_left_maybe_null) { in CompareColumnsToRows()
369 if (sel_left_maybe_null) { in CompareColumnsToRows()
[all …]
H A Dkey_compare.h37 const uint16_t* sel_left_maybe_null,
48 const uint16_t* sel_left_maybe_null,
58 uint32_t num_rows_to_compare, const uint16_t* sel_left_maybe_null,
66 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
73 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
92 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
100 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
107 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
116 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
122 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map,
[all …]
H A Dkey_compare_avx2.cc41 uint32_t id_col, uint32_t num_rows_to_compare, const uint16_t* sel_left_maybe_null, in NullUpdateColumnToRowImp_avx2() argument
59 _mm_loadu_si128(reinterpret_cast<const __m128i*>(sel_left_maybe_null) + i)); in NullUpdateColumnToRowImp_avx2()
93 _mm_loadu_si128(reinterpret_cast<const __m128i*>(sel_left_maybe_null) + i)); in NullUpdateColumnToRowImp_avx2()
129 _mm_loadu_si128(reinterpret_cast<const __m128i*>(sel_left_maybe_null) + i)); in NullUpdateColumnToRowImp_avx2()
182 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map, in CompareBinaryColumnToRowHelper_avx2() argument
421 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map, in CompareBinaryColumnToRowImp_avx2() argument
505 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map, in CompareVarBinaryColumnToRowImp_avx2() argument
513 uint32_t irow_left = use_selection ? sel_left_maybe_null[i] : i; in CompareVarBinaryColumnToRowImp_avx2()
571 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map, in NullUpdateColumnToRow_avx2() argument
587 const uint16_t* sel_left_maybe_null, const uint32_t* left_to_right_map, in CompareBinaryColumnToRow_avx2() argument
[all …]