Uses of Class
org.apache.druid.segment.nested.NestedCommonFormatColumnSerializer
-
Packages that use NestedCommonFormatColumnSerializer Package Description org.apache.druid.segment.nested -
-
Uses of NestedCommonFormatColumnSerializer in org.apache.druid.segment.nested
Subclasses of NestedCommonFormatColumnSerializer in org.apache.druid.segment.nested Modifier and Type Class Description classNestedDataColumnSerializerSerializer forNestedCommonFormatColumnwhich can store nested data.classScalarDoubleColumnSerializerSerializer for aScalarDoubleColumnclassScalarLongColumnSerializerSerializer for aScalarLongColumnclassScalarNestedCommonFormatColumnSerializer<T>classScalarStringColumnSerializerSerializer for a stringNestedCommonFormatColumnthat can be read withStringUtf8DictionaryEncodedColumn.classVariantColumnSerializerSerializer for aNestedCommonFormatColumnfor single type arrays and mixed type columns, but not columns with nested data.
-