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