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

Method DecodeArrow

cpp/src/parquet/decoder.cc:733–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 // Dictionary read paths
732
733 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
734 int64_t valid_bits_offset,
735 ::arrow::BinaryDictionary32Builder* builder) override {
736 int result = 0;
737 PARQUET_THROW_NOT_OK(DecodeArrow(num_values, null_count, valid_bits,
738 valid_bits_offset, builder, &result));
739 return result;
740 }
741
742 // ----------------------------------------------------------------------
743 // 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