Uses of Interface
org.apache.druid.segment.column.ComplexColumn
Packages that use ComplexColumn
Package
Description
-
Uses of ComplexColumn in org.apache.druid.query.aggregation
Classes in org.apache.druid.query.aggregation that implement ComplexColumnModifier and TypeClassDescriptionclassclassclassclass -
Uses of ComplexColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement ComplexColumnModifier and TypeClassDescriptionclassImplementation ofComplexColumnto be used when complex column serialization is done by usingGenericIndexedby using default implementations of "writeToXXX" methods inComplexColumnSerializerclassMethod parameters in org.apache.druid.segment.column with type arguments of type ComplexColumnModifier and TypeMethodDescriptionColumnBuilder.setComplexColumnSupplier(com.google.common.base.Supplier<? extends ComplexColumn> columnSupplier) -
Uses of ComplexColumn in org.apache.druid.segment.nested
Classes in org.apache.druid.segment.nested that implement ComplexColumnModifier 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<TStringDictionary extends Indexed<ByteBuffer>>final classNestedDataColumnV4<TStringDictionary extends Indexed<ByteBuffer>>classNestedDataColumnV5<TKeyDictionary extends Indexed<ByteBuffer>,TStringDictionary extends Indexed<ByteBuffer>> Nested data column with optimized support for simple arrays.classDescribes the basic shape for any 'nested data' (StructuredData)ComplexColumnimplementation along with basic facilities for caching any columns created and methods for retrieving selectors for nested field columns.Methods in org.apache.druid.segment.nested that return ComplexColumn -
Uses of ComplexColumn in org.apache.druid.segment.serde
Classes in org.apache.druid.segment.serde that implement ComplexColumnMethods in org.apache.druid.segment.serde that return ComplexColumn