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

Function ValueSizeLimit

cpp/src/arrow/array/builder_binary.h:514–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513
514 static constexpr int64_t ValueSizeLimit() {
515 return std::numeric_limits<int32_t>::max();
516 }
517
518 /// \brief Ensure that the indicated number of bytes can be appended via
519 /// UnsafeAppend operations without the need to allocate more memory

Callers 1

ReserveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected