Uses of Enum Class
io.trino.parquet.ParquetEncoding
Packages that use ParquetEncoding
-
Uses of ParquetEncoding in io.trino.parquet
Methods in io.trino.parquet that return ParquetEncodingModifier and TypeMethodDescriptionDataPageV2.getDataEncoding()DataPageV1.getDefinitionLevelEncoding()DictionaryPage.getEncoding()static ParquetEncodingParquetTypeUtils.getParquetEncoding(org.apache.parquet.column.Encoding encoding) DataPageV1.getRepetitionLevelEncoding()DataPageV1.getValueEncoding()static ParquetEncodingReturns the enum constant of this class with the specified name.static ParquetEncoding[]ParquetEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.parquet with parameters of type ParquetEncodingModifierConstructorDescriptionDataPageV1(io.airlift.slice.Slice slice, int valueCount, int uncompressedSize, OptionalLong firstRowIndex, ParquetEncoding repetitionLevelEncoding, ParquetEncoding definitionLevelEncoding, ParquetEncoding valuesEncoding) DataPageV2(int rowCount, int nullCount, int valueCount, io.airlift.slice.Slice repetitionLevels, io.airlift.slice.Slice definitionLevels, ParquetEncoding dataEncoding, io.airlift.slice.Slice slice, int uncompressedSize, OptionalLong firstRowIndex, org.apache.parquet.column.statistics.Statistics<?> statistics, boolean isCompressed) DictionaryPage(io.airlift.slice.Slice slice, int uncompressedSize, int dictionarySize, ParquetEncoding encoding) DictionaryPage(io.airlift.slice.Slice slice, int dictionarySize, ParquetEncoding encoding) -
Uses of ParquetEncoding in io.trino.parquet.reader
Methods in io.trino.parquet.reader with parameters of type ParquetEncodingModifier and TypeMethodDescriptionprotected ValueDecoder<BufferType>AbstractColumnReader.createValueDecoder(ValueDecoder.ValueDecodersProvider<BufferType> decodersProvider, ParquetEncoding encoding, io.airlift.slice.Slice data) -
Uses of ParquetEncoding in io.trino.parquet.reader.decoders
Methods in io.trino.parquet.reader.decoders with parameters of type ParquetEncodingModifier and TypeMethodDescriptionValueDecoder.ValueDecodersProvider.create(ParquetEncoding encoding) ValueDecoders.getBinaryDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getBinaryLongDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getBinaryShortDecimalDecoder(ParquetEncoding encoding) ValueDecoder<byte[]>ValueDecoders.getBooleanDecoder(ParquetEncoding encoding) ValueDecoders.getBoundedVarcharBinaryDecoder(ParquetEncoding encoding) ValueDecoder<byte[]>ValueDecoders.getByteDecoder(ParquetEncoding encoding) ValueDecoders.getCharBinaryDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getDeltaFixedWidthLongDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getDeltaFixedWidthShortDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getDeltaUuidDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getDoubleDecoder(ParquetEncoding encoding) ValueDecoders.getFixedWidthBinaryDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getFixedWidthLongDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getFixedWidthShortDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getFloatToDoubleDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt32Decoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt32ToLongDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt32ToShortDecimalDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt64TimestampMicrosToLongTimestampDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt64TimestampMicrosToLongTimestampWithTimeZoneDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt64TimestampMicrosToShortTimestampDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt64TimestampMicrosToShortTimestampWithTimeZoneDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt64TimestampMillisToLongTimestampDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt64TimestampMillsToShortTimestampDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt64TimestampMillsToShortTimestampWithTimeZoneDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt64TimestampNanosToLongTimestampDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getInt64TimestampNanosToShortTimestampDecoder(ParquetEncoding encoding) ValueDecoder<byte[]>ValueDecoders.getInt64ToByteDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt64ToIntDecoder(ParquetEncoding encoding) ValueDecoder<short[]>ValueDecoders.getInt64ToShortDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt96TimestampDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getInt96ToLongTimestampDecoder(ParquetEncoding encoding, org.joda.time.DateTimeZone timeZone) ValueDecoder<long[]>ValueDecoders.getInt96ToShortTimestampDecoder(ParquetEncoding encoding, org.joda.time.DateTimeZone timeZone) ValueDecoder<long[]>ValueDecoders.getInt96ToShortTimestampWithTimeZoneDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getIntDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getLongDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getLongDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getRealDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getRescaledLongDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getRescaledShortDecimalDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getShortDecimalDecoder(ParquetEncoding encoding) ValueDecoder<byte[]>ValueDecoders.getShortDecimalToByteDecoder(ParquetEncoding encoding) ValueDecoder<int[]>ValueDecoders.getShortDecimalToIntDecoder(ParquetEncoding encoding) ValueDecoder<short[]>ValueDecoders.getShortDecimalToShortDecoder(ParquetEncoding encoding) ValueDecoder<short[]>ValueDecoders.getShortDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getTimeMicrosDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getTimeMillisDecoder(ParquetEncoding encoding) ValueDecoder<long[]>ValueDecoders.getUuidDecoder(ParquetEncoding encoding)