Class NestedDataComplexColumn

java.lang.Object
org.apache.druid.segment.nested.NestedDataComplexColumn
All Implemented Interfaces:
Closeable, AutoCloseable, BaseColumn, ComplexColumn, SelectableColumn, NestedColumnIndexSupplier, NestedColumnSelectorFactory, NestedColumnTypeInspector, NestedVectorColumnSelectorFactory
Direct Known Subclasses:
CompressedNestedDataComplexColumn

Describes the basic shape for any 'nested data' (StructuredData) ComplexColumn implementation along with basic facilities for caching any columns created and methods for retrieving selectors for nested field columns.

NestedFieldVirtualColumn allows query time use of the nested fields.