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