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

Method copy

src/storage/compression/compression.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::unique_ptr<ExtraMetadata> ALPMetadata::copy() {
110 return std::make_unique<ALPMetadata>(*this);
111}
112
113CompressionMetadata::CompressionMetadata(StorageValue min, StorageValue max,
114 CompressionType compression, const alp::state& state, StorageValue minEncoded,

Callers 15

scanSegmentIfNeededMethod · 0.45
addColumnMethod · 0.45
NodeTableMethod · 0.45
addColumnMethod · 0.45
initPropertyColumnsMethod · 0.45
addColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected