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

Function length

cpp/src/arrow/array/builder_base.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 int num_children() const { return static_cast<int>(children_.size()); }
113
114 virtual int64_t length() const { return length_; }
115 int64_t null_count() const { return null_count_; }
116 int64_t capacity() const { return capacity_; }
117

Callers 1

ReserveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected