MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / resizeMainBuffer

Function resizeMainBuffer

src/common/arrow/arrow_row_batch.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static void resizeMainBuffer(ArrowVector* vector, const LogicalType& type, int64_t capacity,
90 bool fallbackExtensionTypes) {
91 vector->data.resize(getArrowMainBufferSize(type, capacity, fallbackExtensionTypes));
92}
93
94static void resizeBLOBOverflow(ArrowVector* vector, int64_t capacity) {
95 vector->overflow.resize(capacity);

Callers 2

resizeGenericFunction · 0.85
resizeUnionVectorFunction · 0.85

Calls 2

getArrowMainBufferSizeFunction · 0.85
resizeMethod · 0.45

Tested by

no test coverage detected