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

Function resizeBLOBVector

src/common/arrow/arrow_row_batch.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static void resizeBLOBVector(ArrowVector* vector, const LogicalType& type, int64_t capacity,
130 int64_t overflowCapacity, bool fallbackExtensionTypes) {
131 resizeGeneric(vector, type, capacity, fallbackExtensionTypes);
132 resizeBLOBOverflow(vector, overflowCapacity);
133}
134
135static void resizeFixedListVector(ArrowVector* vector, const LogicalType& type, int64_t capacity,
136 bool fallbackExtensionTypes) {

Callers 1

resizeVectorFunction · 0.85

Calls 2

resizeGenericFunction · 0.85
resizeBLOBOverflowFunction · 0.85

Tested by

no test coverage detected