Package io.trino.parquet.reader.decoders
Class ApacheParquetValueDecoders.FloatApacheParquetValueDecoder
java.lang.Object
io.trino.parquet.reader.decoders.ApacheParquetValueDecoders.FloatApacheParquetValueDecoder
- All Implemented Interfaces:
ValueDecoder<int[]>
- Enclosing class:
ApacheParquetValueDecoders
public static final class ApacheParquetValueDecoders.FloatApacheParquetValueDecoder
extends Object
implements ValueDecoder<int[]>
-
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
ConstructorsConstructorDescriptionFloatApacheParquetValueDecoder(org.apache.parquet.column.values.ValuesReader delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(SimpleSliceInputStream input) voidread(int[] values, int offset, int length) voidskip(int n)
-
Constructor Details
-
FloatApacheParquetValueDecoder
public FloatApacheParquetValueDecoder(org.apache.parquet.column.values.ValuesReader delegate)
-
-
Method Details
-
init
- Specified by:
initin interfaceValueDecoder<int[]>
-
read
public void read(int[] values, int offset, int length) - Specified by:
readin interfaceValueDecoder<int[]>
-
skip
public void skip(int n) - Specified by:
skipin interfaceValueDecoder<int[]>
-