Uses of Interface
org.apache.druid.segment.nested.NestedCommonFormatColumn
Packages that use NestedCommonFormatColumn
-
Uses of NestedCommonFormatColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement NestedCommonFormatColumnModifier and TypeClassDescriptionclassDictionaryEncodedColumn<String>for a column which has aByteBufferbased UTF-8 dictionary.Method parameters in org.apache.druid.segment.column with type arguments of type NestedCommonFormatColumnModifier and TypeMethodDescriptionColumnBuilder.setNestedCommonFormatColumnSupplier(com.google.common.base.Supplier<? extends NestedCommonFormatColumn> columnSupplier) -
Uses of NestedCommonFormatColumn in org.apache.druid.segment.nested
Classes in org.apache.druid.segment.nested that implement NestedCommonFormatColumnModifier and TypeClassDescriptionclassCompressedNestedDataComplexColumn<TKeyDictionary extends Indexed<ByteBuffer>,TStringDictionary extends Indexed<ByteBuffer>> Implementation ofNestedDataComplexColumnwhich uses aCompressedVariableSizedBlobColumnfor the 'raw'StructuredDatavalues and provides selectors for nested field columns specified by ordered lists ofNestedPathPart.final classNestedDataColumnV3<TKeyDictionary extends Indexed<ByteBuffer>,TStringDictionary extends Indexed<ByteBuffer>> final classNestedDataColumnV4<TKeyDictionary extends Indexed<ByteBuffer>,TStringDictionary extends Indexed<ByteBuffer>> classNestedDataColumnV5<TKeyDictionary extends Indexed<ByteBuffer>,TStringDictionary extends Indexed<ByteBuffer>> Nested data column with optimized support for simple arrays.classclassclassVariantColumn<TStringDictionary extends Indexed<ByteBuffer>>NestedCommonFormatColumnfor single type array columns, and mixed type columns.Methods in org.apache.druid.segment.nested that return NestedCommonFormatColumn