Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ open_run_length
Method
open_run_length
cpp/src/arrow/array/builder_run_end.h:151–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
bool has_open_run() const { return current_run_length_ > 0; }
151
int64_t open_run_length() const { return current_run_length_; }
152
153
private:
154
inline void UpdateDimensions() {
Callers
4
AppendNulls
Method · 0.80
AppendEmptyValues
Method · 0.80
AppendScalar
Method · 0.80
AppendScalars
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected