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

Method run_length

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

\brief returns the logical length of the current run Pre-condition: !is_end()

Source from the content-addressed store, hash-verified

502 ///
503 /// Pre-condition: !is_end()
504 int64_t run_length() const { return run_end() - logical_pos_; }
505
506 /// \brief Return a physical index into the values array of a given input,
507 /// pointing to the value of the current run

Callers 8

DoAppendArraySliceMethod · 0.45
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