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

Function memory_limit

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

Source from the content-addressed store, hash-verified

891 }
892
893 static constexpr int64_t memory_limit() {
894 return std::numeric_limits<int64_t>::max() - 1;
895 }
896
897 std::shared_ptr<DataType> type() const override {
898 return fixed_size_binary(byte_width_);

Callers 2

ValidateOverflowMethod · 0.85
ValidateOverflowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected