Uses of Interface
org.apache.druid.segment.column.ComplexColumn
-
Packages that use ComplexColumn Package Description org.apache.druid.query.aggregation org.apache.druid.segment.column org.apache.druid.segment.nested org.apache.druid.segment.serde -
-
Uses of ComplexColumn in org.apache.druid.query.aggregation
Classes in org.apache.druid.query.aggregation that implement ComplexColumn Modifier and Type Class Description classSerializablePairLongDoubleComplexColumnclassSerializablePairLongFloatComplexColumnclassSerializablePairLongLongComplexColumnclassSerializablePairLongStringComplexColumn -
Uses of ComplexColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement ComplexColumn Modifier and Type Class Description classGenericIndexedBasedComplexColumnImplementation ofComplexColumnto be used when complex column serialization is done by usingGenericIndexedby using default implementations of "writeToXXX" methods inComplexColumnSerializerclassUnknownTypeComplexColumnMethod parameters in org.apache.druid.segment.column with type arguments of type ComplexColumn Modifier and Type Method Description ColumnBuilderColumnBuilder. 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 ComplexColumn Modifier and Type Class Description classCompressedNestedDataComplexColumn<TStringDictionary extends Indexed<ByteBuffer>>Implementation ofNestedDataComplexColumnwhich uses aCompressedVariableSizedBlobColumnfor the 'raw'StructuredDatavalues and provides selectors for nested field columns specified by ordered lists ofNestedPathPart.classNestedDataColumnV3<TStringDictionary extends Indexed<ByteBuffer>>classNestedDataColumnV4<TStringDictionary extends Indexed<ByteBuffer>>classNestedDataColumnV5<TStringDictionary extends Indexed<ByteBuffer>>Nested data column with optimized support for simple arrays.classNestedDataComplexColumnDescribes 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 Modifier and Type Method Description ComplexColumnNestedDataColumnSupplierV4. get() -
Uses of ComplexColumn in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return ComplexColumn Modifier and Type Method Description ComplexColumnComplexColumnPartSupplier. get()
-