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

Method has_open_run

cpp/src/arrow/array/builder_run_end.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 std::shared_ptr<DataType> type() const override { return inner_builder_->type(); }
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:

Callers 1

DoAppendArraySliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected