MCPcopy Create free account
hub / github.com/apache/arrow / index_into_array

Method index_into_array

cpp/src/arrow/util/ree_util.h:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 /// pointing to the value of the current run
508 template <size_t input_id>
509 int64_t index_into_array() const {
510 return std::get<input_id>(ree_iterators_).index_into_array();
511 }
512
513 int64_t index_into_left_array() const { return index_into_array<0>(); }
514 int64_t index_into_right_array() const { return index_into_array<1>(); }

Callers 7

TYPED_TEST_PFunction · 0.45
LogicalNullCountFunction · 0.45
ExpandAllRunsMethod · 0.45
DoCountMethod · 0.45

Calls

no outgoing calls

Tested by 1

TYPED_TEST_PFunction · 0.36