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

Function num_rows_max

cpp/src/arrow/compute/light_array_internal.h:417–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 int num_rows() const { return values_.empty() ? 0 : values_[0].num_rows(); }
416
417 static constexpr int num_rows_max() { return 1 << kLogNumRows; }
418
419 private:
420 static constexpr int kLogNumRows = 15;

Callers 7

AppendProbeOnlyMethod · 0.85
AppendBuildOnlyMethod · 0.85
AppendMethod · 0.85
TESTFunction · 0.85
AppendSelectedMethod · 0.85
AppendNullsMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68