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

Method getNullColumn

src/storage/table/column.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129Column::~Column() = default;
130
131Column* Column::getNullColumn() const {
132 return nullColumn.get();
133}
134
135void Column::populateExtraChunkState(SegmentState& state) const {
136 if (state.metadata.compMeta.compression == CompressionType::ALP) {

Callers 2

initializeScanStateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected