Class ApacheParquetValueDecoders.BooleanApacheParquetValueDecoder

java.lang.Object
io.trino.parquet.reader.decoders.ApacheParquetValueDecoders.BooleanApacheParquetValueDecoder
All Implemented Interfaces:
ValueDecoder<byte[]>
Enclosing class:
ApacheParquetValueDecoders

public static final class ApacheParquetValueDecoders.BooleanApacheParquetValueDecoder extends Object implements ValueDecoder<byte[]>
  • Constructor Details

    • BooleanApacheParquetValueDecoder

      public BooleanApacheParquetValueDecoder(org.apache.parquet.column.values.ValuesReader delegate)
  • Method Details