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

Function resizeValidityBuffer

src/common/arrow/arrow_row_batch.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static void resizeValidityBuffer(ArrowVector* vector, int64_t capacity) {
86 vector->validity.resize(getNumBytesForBits(capacity), 0xFF);
87}
88
89static void resizeMainBuffer(ArrowVector* vector, const LogicalType& type, int64_t capacity,
90 bool fallbackExtensionTypes) {

Callers 1

resizeGenericFunction · 0.85

Calls 2

getNumBytesForBitsFunction · 0.85
resizeMethod · 0.45

Tested by

no test coverage detected