MCPcopy Create free account
hub / github.com/duckdb/duckdb / TryGetCompressionFunction

Method TryGetCompressionFunction

src/function/compression_config.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

VerifyCompressionTypeFunction · 0.80
DeserializeMethod · 0.80

Calls 1

Tested by

no test coverage detected