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

Function maximum_elements

cpp/src/arrow/array/builder_nested.h:724–726  ·  view source on GitHub ↗

Cannot make this a static attribute because of linking issues

Source from the content-addressed store, hash-verified

722
723 // Cannot make this a static attribute because of linking issues
724 static constexpr int64_t maximum_elements() {
725 return std::numeric_limits<FixedSizeListType::offset_type>::max() - 1;
726 }
727
728 protected:
729 std::shared_ptr<Field> value_field_;

Callers 3

ValidateOverflowMethod · 0.85
ResizeMethod · 0.85
ValidateOverflowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected