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

Function TEST

cpp/src/parquet/encoding_test.cc:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87TEST(SupportedEncodings, TestMakeDecoder) {
88 auto make_decoder = [](Type::type type, Encoding::type encoding,
89 const ColumnDescriptor& descr) {
90 ARROW_UNUSED(MakeDecoder(type, encoding, &descr));
91 };
92 TestSupportedEncodingsConsistentWith(make_decoder);
93}
94
95TEST(SupportedEncodings, TestMakeEncoder) {
96 auto make_encoder = [](Type::type type, Encoding::type encoding,

Callers

nothing calls this directly

Calls 15

MakeDecoderFunction · 0.85
MakeEncoderFunction · 0.85
BytesForBitsFunction · 0.85
random_is_validFunction · 0.85
AssertArraysEqualFunction · 0.85
ArrayFromJSONFunction · 0.85
GetDictDecoderFunction · 0.85
DeltaEncodeFunction · 0.85
ConcatenateBuffersFunction · 0.85
CheckRoundtripFunction · 0.85

Tested by

no test coverage detected