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

Method templateCopyNullValue

src/common/arrow/arrow_row_batch.cpp:564–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562
563template<LogicalTypeID DT>
564void ArrowRowBatch::templateCopyNullValue(ArrowVector* vector, std::int64_t pos) {
565 // TODO(Guodong): make this as a function.
566 setBitToZero(vector->validity.data(), pos);
567 vector->numNulls++;
568}
569
570template<>
571void ArrowRowBatch::templateCopyNullValue<LogicalTypeID::STRING>(ArrowVector* vector,

Callers

nothing calls this directly

Calls 2

setBitToZeroFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected