Package io.trino.parquet.reader.decoders
Class PlainValueDecoders.Int96PlainValueDecoder
java.lang.Object
io.trino.parquet.reader.decoders.PlainValueDecoders.Int96PlainValueDecoder
- All Implemented Interfaces:
ValueDecoder<Int96ColumnAdapter.Int96Buffer>
- Enclosing class:
- PlainValueDecoders
public static final class PlainValueDecoders.Int96PlainValueDecoder
extends Object
implements ValueDecoder<Int96ColumnAdapter.Int96Buffer>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.parquet.reader.decoders.ValueDecoder
ValueDecoder.EmptyValueDecoder<T>, ValueDecoder.ValueDecodersProvider<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(SimpleSliceInputStream input) voidread(Int96ColumnAdapter.Int96Buffer values, int offset, int length) voidskip(int n)
-
Constructor Details
-
Int96PlainValueDecoder
public Int96PlainValueDecoder()
-
-
Method Details
-
init
- Specified by:
initin interfaceValueDecoder<Int96ColumnAdapter.Int96Buffer>
-
read
- Specified by:
readin interfaceValueDecoder<Int96ColumnAdapter.Int96Buffer>
-
skip
public void skip(int n) - Specified by:
skipin interfaceValueDecoder<Int96ColumnAdapter.Int96Buffer>
-