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

Function MakeDecoder

cpp/src/parquet/arrow/fuzz_encoding_internal.cc:456–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 }
455
456 std::shared_ptr<DecoderType> MakeDecoder(Encoding::type encoding) {
457 auto decoder = std::dynamic_pointer_cast<DecoderType>(
458 std::shared_ptr(::parquet::MakeDecoder(kType, encoding, descr_, pool())));
459 ARROW_CHECK_NE(decoder, nullptr);
460 return decoder;
461 }
462
463 std::shared_ptr<EncoderType> MakeEncoder(Encoding::type encoding) {
464 auto encoder =

Callers 2

RunOnDecodedChunksMethod · 0.70
DecodeArrowMethod · 0.70

Calls 1

poolFunction · 0.70

Tested by

no test coverage detected