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