Package org.apache.druid.segment.nested
Class FieldTypeInfo.MutableTypeSet
java.lang.Object
org.apache.druid.segment.nested.FieldTypeInfo.MutableTypeSet
- Enclosing class:
FieldTypeInfo
-
Constructor Summary
ConstructorsConstructorDescriptionMutableTypeSet(byte types) MutableTypeSet(byte types, boolean hasEmptyArray) -
Method Summary
-
Constructor Details
-
MutableTypeSet
public MutableTypeSet() -
MutableTypeSet
public MutableTypeSet(byte types) -
MutableTypeSet
public MutableTypeSet(byte types, boolean hasEmptyArray)
-
-
Method Details
-
add
-
addUntypedArray
Set a flag when we encounter an empty array or array with only null elements -
hasUntypedArray
public boolean hasUntypedArray() -
merge
-
getSingleType
-
isEmpty
public boolean isEmpty() -
getByteValue
public byte getByteValue() -
toString
-
equals
-
hashCode
public int hashCode()
-