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

Method DecodeArrow

cpp/src/parquet/decoder.cc:2243–2247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241 }
2242
2243 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
2244 int64_t valid_bits_offset,
2245 typename EncodingTraits<DType>::DictAccumulator* builder) override {
2246 ParquetException::NYI("DecodeArrow to DictAccumulator for BYTE_STREAM_SPLIT");
2247 }
2248
2249 int DecodeArrow(int num_values, int null_count, const uint8_t* valid_bits,
2250 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