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

Method max_size

cpp/src/arrow/util/small_vector.h:312–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 constexpr size_t capacity() const { return storage_.capacity(); }
311
312 constexpr size_t max_size() const { return storage_.max_size(); }
313
314 // Data access
315

Callers 3

BenchmarkVectorPushBackFunction · 0.45
CheckFourValuesMethod · 0.45

Calls

no outgoing calls

Tested by 1

CheckFourValuesMethod · 0.36