Package org.apache.druid.segment.nested
Interface NestedCommonFormatColumn
- All Superinterfaces:
AutoCloseable,BaseColumn,Closeable,SelectableColumn
- All Known Implementing Classes:
CompressedNestedDataComplexColumn,NestedDataColumnV3,NestedDataColumnV4,NestedDataColumnV5,ScalarDoubleColumn,ScalarLongColumn,StringUtf8DictionaryEncodedColumn,VariantColumn
Base implementation for columns created with
AutoTypeColumnSchema and handled with
NestedCommonFormatColumnHandler to allow ease of merge via
AutoTypeColumnMerger by providing a common implementation. All columns are read with
NestedCommonFormatColumnPartSerde- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.apache.druid.segment.column.BaseColumn
makeColumnValueSelector, makeVectorObjectSelector, makeVectorValueSelectorMethods inherited from interface org.apache.druid.segment.column.SelectableColumn
as
-
Method Details
-
getStringDictionary
-
getLongDictionary
-
getDoubleDictionary
-
getArrayDictionary
-
getFieldTypeInfo
-
getLogicalType
ColumnType getLogicalType()
-