| 198 | } |
| 199 | |
| 200 | optional_ptr<const CompressionFunction> DBConfig::TryGetCompressionFunction(CompressionType type, |
| 201 | const PhysicalType physical_type) const { |
| 202 | return compression_functions->GetCompressionFunction(type, physical_type); |
| 203 | } |
| 204 | |
| 205 | reference<const CompressionFunction> DBConfig::GetCompressionFunction(CompressionType type, |
| 206 | const PhysicalType physical_type) const { |
no test coverage detected