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