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

Method DecodeArrow

cpp/src/parquet/decoder.cc:734–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732 // Dictionary read paths
733
734 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
735 int64_t valid_bits_offset,
736 ::arrow::BinaryDictionary32Builder* builder) override {
737 int result = 0;
738 PARQUET_THROW_NOT_OK(DecodeArrow(num_values, null_count, valid_bits,
739 valid_bits_offset, builder, &result));
740 return result;
741 }
742
743 // ----------------------------------------------------------------------
744 // Optimized dense binary read paths

Callers

nothing calls this directly

Calls 6

VisitBitRunsFunction · 0.85
InvalidFunction · 0.50
OKFunction · 0.50
ReserveMethod · 0.45
AppendMethod · 0.45
AppendNullsMethod · 0.45

Tested by

no test coverage detected