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

Function copyArrowArray

src/common/arrow/arrow_row_batch.cpp:616–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616static void copyArrowArray(ArrowVector* vector, std::int64_t pos, uint64_t numElements) {
617 setBitToZero(vector->validity.data(), pos);
618 vector->numNulls++;
619 auto& child = vector->childData[0];
620 child->numValues += numElements;
621}
622
623void ArrowRowBatch::copyNullValue(ArrowVector* vector, const Value& value, std::int64_t pos) {
624 switch (value.dataType.getLogicalTypeID()) {

Callers 1

copyNullValueMethod · 0.85

Calls 2

setBitToZeroFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected