Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AppendProbeOnly
Method · 0.85
AppendBuildOnly
Method · 0.85
Append
Method · 0.85
TEST
Function · 0.85
AppendSelected
Method · 0.85
AppendNulls
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68