Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
std::unique_ptr<Codec> GetCodec(Compression::type codec) {
68
return GetCodec(codec, CodecOptions());
69
}
70
71
std::unique_ptr<Codec> GetCodec(Compression::type codec,
72
const CodecOptions& codec_options) {
Callers
5
SerializedPageReader
Method · 0.85
TestPageSerdeCrc
Method · 0.85
TestPageCompressionRoundTrip
Method · 0.85
TEST_F
Function · 0.85
SerializedPageWriter
Method · 0.85
Calls
4
ParquetException
Function · 0.85
IsCodecSupported
Function · 0.85
str
Method · 0.80
CodecOptions
Class · 0.70
Tested by
3
TestPageSerdeCrc
Method · 0.68
TestPageCompressionRoundTrip
Method · 0.68
TEST_F
Function · 0.68