Class ValueDecoders

java.lang.Object
io.trino.parquet.reader.decoders.ValueDecoders

public final class ValueDecoders extends Object
This class provides static API for creating value decoders for given fields and encodings. If no suitable decoder is found the Apache Parquet fallback is used. Not all types are supported since this class is at this point used only by flat readers

This class is to replace most of the logic contained in ParquetEncoding enum