MCPcopy 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

AppendNullsMethod · 0.80
AppendEmptyValuesMethod · 0.80
AppendScalarMethod · 0.80
AppendScalarsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected