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

Method memory_limit

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

Cannot make this a static attribute because of linking issues

Source from the content-addressed store, hash-verified

386
387 // Cannot make this a static attribute because of linking issues
388 static constexpr int64_t memory_limit() {
389 return std::numeric_limits<offset_type>::max() - 1;
390 }
391
392 protected:
393 TypedBufferBuilder<offset_type> offsets_builder_;

Callers 1

TestOverflowCheckMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestOverflowCheckMethod · 0.64