Package io.trino.parquet.reader.decoders
Interface ValueDecoder<T>
- All Known Implementing Classes:
ApacheParquetValueDecoders.BooleanApacheParquetValueDecoder,DeltaBinaryPackedDecoders.DeltaBinaryPackedByteDecoder,DeltaBinaryPackedDecoders.DeltaBinaryPackedIntDecoder,DeltaBinaryPackedDecoders.DeltaBinaryPackedLongDecoder,DeltaBinaryPackedDecoders.DeltaBinaryPackedShortDecoder,DeltaByteArrayDecoders.BinaryDeltaByteArrayDecoder,DeltaByteArrayDecoders.BoundedVarcharDeltaByteArrayDecoder,DeltaByteArrayDecoders.CharDeltaByteArrayDecoder,DeltaLengthByteArrayDecoders.BinaryDeltaLengthDecoder,DeltaLengthByteArrayDecoders.BoundedVarcharDeltaLengthDecoder,DeltaLengthByteArrayDecoders.CharDeltaLengthDecoder,DictionaryDecoder,PlainByteArrayDecoders.BinaryPlainValueDecoder,PlainByteArrayDecoders.BoundedVarcharPlainValueDecoder,PlainByteArrayDecoders.CharPlainValueDecoder,PlainValueDecoders.BooleanPlainValueDecoder,PlainValueDecoders.FixedLengthPlainValueDecoder,PlainValueDecoders.Int96TimestampPlainValueDecoder,PlainValueDecoders.IntPlainValueDecoder,PlainValueDecoders.IntToBytePlainValueDecoder,PlainValueDecoders.IntToShortPlainValueDecoder,PlainValueDecoders.LongDecimalPlainValueDecoder,PlainValueDecoders.LongPlainValueDecoder,PlainValueDecoders.ShortDecimalFixedLengthByteArrayDecoder,PlainValueDecoders.UuidPlainValueDecoder,RleBitPackingHybridBooleanDecoder,RleBitPackingHybridDecoder,ValueDecoder.EmptyValueDecoder
public interface ValueDecoder<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueDecoder<int[]>createLevelsDecoder(int maxLevel) voidinit(SimpleSliceInputStream input) voidvoidskip(int n)
-
Method Details
-
init
-
read
-
skip
void skip(int n) -
createLevelsDecoder
-