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

Method DecodeArrow

cpp/src/parquet/decoder.cc:2271–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269 }
2270
2271 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
2272 int64_t valid_bits_offset,
2273 typename EncodingTraits<DType>::DictAccumulator* builder) override {
2274 ParquetException::NYI("DecodeArrow to DictAccumulator for BYTE_STREAM_SPLIT");
2275 }
2276
2277 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
2278 int64_t valid_bits_offset,

Callers

nothing calls this directly

Calls 7

DecodeRawMethod · 0.95
NYIFunction · 0.85
SpacedExpandLeftwardFunction · 0.85
GetMutableValueMethod · 0.80
ReserveMethod · 0.45
lengthMethod · 0.45
UnsafeAdvanceMethod · 0.45

Tested by

no test coverage detected