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

Method numValues

src/storage/compression/compression.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293uint64_t CompressionMetadata::numValues(uint64_t pageSize, const LogicalType& dataType) const {
294 return numValues(pageSize, dataType.getPhysicalType());
295}
296
297uint64_t CompressionMetadata::numValues(uint64_t pageSize, common::PhysicalTypeID dataType) const {
298 switch (compression) {

Callers 10

TESTFunction · 0.45
integerPackingMultiPageFunction · 0.45
testCompressChunkMethod · 0.45
sanityCheckForWritesFunction · 0.45
initializeScanStateMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
flushCompressedFloatsFunction · 0.45

Calls 3

getDataTypeSizeInChunkFunction · 0.85
toStringFunction · 0.50
getPhysicalTypeMethod · 0.45

Tested by 3

TESTFunction · 0.36
integerPackingMultiPageFunction · 0.36
testCompressChunkMethod · 0.36