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

Method DecodeArrow

cpp/src/parquet/decoder.cc:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366template <>
367int PlainDecoder<Int96Type>::DecodeArrow(
368 int num_values, int null_count, const uint8_t* valid_bits, int64_t valid_bits_offset,
369 typename EncodingTraits<Int96Type>::Accumulator* builder) {
370 ParquetException::NYI("DecodeArrow not supported for Int96");
371}
372
373template <>
374int PlainDecoder<Int96Type>::DecodeArrow(

Callers 15

ReadValuesSpacedMethod · 0.45
ReadValuesSpacedMethod · 0.45
ReadValuesSpacedMethod · 0.45
TESTFunction · 0.45
CheckDecodeArrowMethod · 0.45
PlainMethod · 0.45
ByteStreamSplitMethod · 0.45
RleMethod · 0.45
DeltaBitPackMethod · 0.45
DictMethod · 0.45

Calls 15

NYIFunction · 0.85
CheckPageLargeEnoughFunction · 0.85
VisitBitRunsFunction · 0.85
VisitNullBitmapInlineFunction · 0.85
to_stringFunction · 0.85
SpacedExpandLeftwardFunction · 0.85
ParquetExceptionFunction · 0.85
NoneSetMethod · 0.80
GetMutableValueMethod · 0.80
OKFunction · 0.50
GetBitFunction · 0.50
InvalidFunction · 0.50

Tested by 11

TESTFunction · 0.36
CheckDecodeArrowMethod · 0.36
PlainMethod · 0.36
ByteStreamSplitMethod · 0.36
RleMethod · 0.36
DeltaBitPackMethod · 0.36
DictMethod · 0.36
DictPutIndicesMethod · 0.36
CheckDirectPutMethod · 0.36