Class VariantColumnSerializer

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

public class VariantColumnSerializer extends NestedCommonFormatColumnSerializer
Serializer for a NestedCommonFormatColumn for single type arrays and mixed type columns, but not columns with nested data. If variantTypeSetByte is set then the column has mixed types, which is added to the base metadata stored in the column file.