Package org.apache.druid.segment.nested
Class FieldTypeInfo.TypeSet
- java.lang.Object
-
- org.apache.druid.segment.nested.FieldTypeInfo.TypeSet
-
- Enclosing class:
- FieldTypeInfo
public static class FieldTypeInfo.TypeSet extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeSet(byte types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)bytegetByteValue()ColumnTypegetSingleType()If the set contains only a singleColumnType, return it, else nullinthashCode()StringtoString()
-
-
-
Method Detail
-
getSingleType
@Nullable public ColumnType getSingleType()
If the set contains only a singleColumnType, return it, else null
-
getByteValue
public byte getByteValue()
-
-