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

Method writeValuesInternal

src/storage/table/column.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void Column::writeValuesInternal(SegmentState& state, common::offset_t dstOffsetInSegment,
383 const uint8_t* data, const common::NullMask* nullChunkData, common::offset_t srcOffset,
384 common::offset_t numValues) const {
385 columnReadWriter->writeValuesToPageFromBuffer(state, dstOffsetInSegment, data, nullChunkData,
386 srcOffset, numValues, writeFunc);
387}
388
389// Append to the end of the chunk.
390offset_t Column::appendValues(ColumnChunkData& persistentChunk, SegmentState& state,

Callers 1

writeSegmentMethod · 0.80

Calls 1

Tested by

no test coverage detected