Uses of Class
org.apache.druid.segment.nested.NestedDataComplexColumn
Packages that use NestedDataComplexColumn
-
Uses of NestedDataComplexColumn in org.apache.druid.segment.nested
Subclasses of NestedDataComplexColumn in org.apache.druid.segment.nestedModifier 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.