public static class IndexableAdapter.NestedColumnMergable extends Object implements Closeable
| Constructor and Description |
|---|
NestedColumnMergable(SortedValueDictionary valueDictionary,
SortedMap<String,FieldTypeInfo.MutableTypeSet> fields,
boolean forceNestedType,
boolean isConstant,
Object constantValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getConstantValue() |
SortedValueDictionary |
getValueDictionary() |
boolean |
isConstant() |
boolean |
isForceNestedType() |
void |
mergeFieldsInto(SortedMap<String,FieldTypeInfo.MutableTypeSet> mergeInto) |
public NestedColumnMergable(SortedValueDictionary valueDictionary, SortedMap<String,FieldTypeInfo.MutableTypeSet> fields, boolean forceNestedType, boolean isConstant, @Nullable Object constantValue)
public boolean isForceNestedType()
public boolean isConstant()
@Nullable public SortedValueDictionary getValueDictionary()
public void mergeFieldsInto(SortedMap<String,FieldTypeInfo.MutableTypeSet> mergeInto)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.