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