Class FieldTypeInfo.TypeSet

java.lang.Object
org.apache.druid.segment.nested.FieldTypeInfo.TypeSet
Enclosing class:
FieldTypeInfo

public static class FieldTypeInfo.TypeSet extends Object
  • Constructor Details

    • TypeSet

      public TypeSet(byte types)
  • Method Details

    • getSingleType

      @Nullable public ColumnType getSingleType()
      If the set contains only a single ColumnType, return it, else null
    • getByteValue

      public byte getByteValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object