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