Package org.apache.druid.segment
Class IndexableAdapter.NestedColumnMergable
java.lang.Object
org.apache.druid.segment.IndexableAdapter.NestedColumnMergable
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing interface:
- IndexableAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionNestedColumnMergable(SortedValueDictionary valueDictionary, SortedMap<String, FieldTypeInfo.MutableTypeSet> fields, boolean forceNestedType, boolean isConstant, Object constantValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanbooleanvoidmergeFieldsInto(SortedMap<String, FieldTypeInfo.MutableTypeSet> mergeInto)
-
Constructor Details
-
NestedColumnMergable
public NestedColumnMergable(SortedValueDictionary valueDictionary, SortedMap<String, FieldTypeInfo.MutableTypeSet> fields, boolean forceNestedType, boolean isConstant, @Nullable Object constantValue)
-
-
Method Details
-
isForceNestedType
public boolean isForceNestedType() -
isConstant
public boolean isConstant() -
getConstantValue
-
getValueDictionary
-
mergeFieldsInto
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-