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

Method resetToAllNull

src/storage/table/struct_chunk_data.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void StructChunkData::resetToAllNull() {
62 ColumnChunkData::resetToAllNull();
63 for (const auto& childChunk : childChunks) {
64 childChunk->resetToAllNull();
65 }
66}
67
68void StructChunkData::serialize(Serializer& serializer) const {
69 ColumnChunkData::serialize(serializer);

Callers 3

scanTableDataToChunkFunction · 0.45
populateCSRHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected