Package io.trino.parquet.reader.decoders
Class PlainValueDecoders.IntToShortPlainValueDecoder
java.lang.Object
io.trino.parquet.reader.decoders.PlainValueDecoders.IntToShortPlainValueDecoder
- All Implemented Interfaces:
ValueDecoder<short[]>
- Enclosing class:
- PlainValueDecoders
public static final class PlainValueDecoders.IntToShortPlainValueDecoder
extends Object
implements ValueDecoder<short[]>
-
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(short[] values, int offset, int length) voidskip(int n)
-
Constructor Details
-
IntToShortPlainValueDecoder
public IntToShortPlainValueDecoder()
-
-
Method Details
-
init
- Specified by:
initin interfaceValueDecoder<short[]>
-
read
public void read(short[] values, int offset, int length) - Specified by:
readin interfaceValueDecoder<short[]>
-
skip
public void skip(int n) - Specified by:
skipin interfaceValueDecoder<short[]>
-