Class NestedCommonFormatColumnSerializer

java.lang.Object
org.apache.druid.segment.nested.NestedCommonFormatColumnSerializer
All Implemented Interfaces:
GenericColumnSerializer<StructuredData>, Serializer
Direct Known Subclasses:
NestedDataColumnSerializer, ScalarNestedCommonFormatColumnSerializer, VariantColumnSerializer

public abstract class NestedCommonFormatColumnSerializer extends Object implements GenericColumnSerializer<StructuredData>
Basic serializer implementation for the NestedCommonFormatColumn family of columns. The AutoTypeColumnIndexer catalogs the types and fields present in the data it processes using a StructuredDataProcessor. When persisting and merging segments, the AutoTypeColumnMerger will choose the most appropriate serializer based on the data which was processed as follows:
See Also: