MCPcopy Create free account
hub / github.com/apache/arrow / GetCodec

Function GetCodec

cpp/src/parquet/types.cc:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67std::unique_ptr<Codec> GetCodec(Compression::type codec) {
68 return GetCodec(codec, CodecOptions());
69}
70
71std::unique_ptr<Codec> GetCodec(Compression::type codec,
72 const CodecOptions& codec_options) {

Callers 5

SerializedPageReaderMethod · 0.85
TestPageSerdeCrcMethod · 0.85
TEST_FFunction · 0.85
SerializedPageWriterMethod · 0.85

Calls 4

ParquetExceptionFunction · 0.85
IsCodecSupportedFunction · 0.85
strMethod · 0.80
CodecOptionsClass · 0.70

Tested by 3

TestPageSerdeCrcMethod · 0.68
TEST_FFunction · 0.68