Class SchemaContainer.Version

java.lang.Object
org.apache.drill.exec.record.metadata.schema.SchemaContainer.Version
Enclosing class:
SchemaContainer

public static class SchemaContainer.Version extends Object
Schema container version holder contains version in int representation. If during initialization null or less then 1 was given, replaces it with UNDEFINED_VERSION value.
  • Field Details

  • Constructor Details

    • Version

      public Version(Integer value)
  • Method Details

    • getValue

      public int getValue()
    • isUndefined

      public boolean isUndefined()
    • compare

      public int compare(SchemaContainer.Version versionToCompare)
    • toString

      public String toString()
      Overrides:
      toString in class Object