Class ColumnChunkReader.NullDictionary

java.lang.Object
org.apache.parquet.column.Dictionary
io.deephaven.parquet.base.ColumnChunkReader.NullDictionary
Enclosing interface:
ColumnChunkReader

public static final class ColumnChunkReader.NullDictionary extends org.apache.parquet.column.Dictionary
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class org.apache.parquet.column.Dictionary

    decodeToBinary, decodeToBoolean, decodeToDouble, decodeToFloat, decodeToInt, decodeToLong, getEncoding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getMaxId

      public int getMaxId()
      Specified by:
      getMaxId in class org.apache.parquet.column.Dictionary