Package io.trino.parquet.reader.decoders
Class PlainByteArrayDecoders.CharPlainValueDecoder
java.lang.Object
io.trino.parquet.reader.decoders.PlainByteArrayDecoders.CharPlainValueDecoder
- All Implemented Interfaces:
ValueDecoder<BinaryBuffer>
- Enclosing class:
- PlainByteArrayDecoders
public static final class PlainByteArrayDecoders.CharPlainValueDecoder
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
-
CharPlainValueDecoder
-
-
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>
-