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

Function resizeUnionOverflow

src/common/arrow/arrow_row_batch.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static void resizeUnionOverflow(ArrowVector* vector, int64_t capacity) {
99 vector->overflow.resize(capacity * sizeof(int32_t));
100}
101
102static void resizeChildVectors(ArrowVector* vector, const std::vector<LogicalType>& childTypes,
103 int64_t childCapacity, bool fallbackExtensionTypes) {

Callers 1

resizeUnionVectorFunction · 0.85

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected