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

Function resizeInternalIDVector

src/common/arrow/arrow_row_batch.cpp:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static void resizeInternalIDVector(ArrowVector* vector, const LogicalType& type, int64_t capacity,
183 bool fallbackExtensionTypes) {
184 resizeGeneric(vector, type, capacity, fallbackExtensionTypes);
185 std::vector<LogicalType> typeVec;
186 typeVec.push_back(LogicalType::INT64());
187 typeVec.push_back(LogicalType::INT64());
188 resizeChildVectors(vector, typeVec, vector->capacity, fallbackExtensionTypes);
189}
190
191static void resizeVector(ArrowVector* vector, const LogicalType& type, std::int64_t capacity,
192 bool fallbackExtensionTypes) {

Callers 1

resizeVectorFunction · 0.85

Calls 3

resizeGenericFunction · 0.85
resizeChildVectorsFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected