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

Function readSingleArrowValue

src/storage/table/arrow_rel_table.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211static void readSingleArrowValue(const ArrowSchema* schema, const ArrowArray* array,
212 ValueVector& outputVector, uint64_t srcOffset, uint64_t dstOffset) {
213 ArrowNullMaskTree nullMask(schema, array, array->offset, array->length);
214 ArrowConverter::fromArrowArray(schema, array, outputVector, &nullMask, srcOffset, dstOffset, 1);
215}
216
217bool ArrowRelTable::scanInternal(transaction::Transaction* transaction, TableScanState& scanState) {
218 if (layout == ArrowRelTableLayout::CSR) {

Callers 2

scanFlatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected