Class Field

java.lang.Object
io.trino.parquet.Field
Direct Known Subclasses:
GroupField, PrimitiveField

public abstract class Field extends Object
  • Constructor Details

    • Field

      protected Field(Type type, int repetitionLevel, int definitionLevel, boolean required)
  • Method Details

    • getType

      public Type getType()
    • getRepetitionLevel

      public int getRepetitionLevel()
    • getDefinitionLevel

      public int getDefinitionLevel()
    • isRequired

      public boolean isRequired()
    • toString

      public abstract String toString()
      Overrides:
      toString in class Object