Uses of Interface
org.apache.druid.segment.nested.NestedCommonFormatColumn
-
Packages that use NestedCommonFormatColumn Package Description org.apache.druid.segment.column org.apache.druid.segment.nested -
-
Uses of NestedCommonFormatColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement NestedCommonFormatColumn Modifier and Type Class Description classStringUtf8DictionaryEncodedColumnDictionaryEncodedColumnfor a column which has aByteBufferbased UTF-8 dictionary.Method parameters in org.apache.druid.segment.column with type arguments of type NestedCommonFormatColumn Modifier and Type Method Description ColumnBuilderColumnBuilder. 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 NestedCommonFormatColumn 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.classScalarDoubleColumnclassScalarLongColumnclassVariantColumn<TStringDictionary extends Indexed<ByteBuffer>>NestedCommonFormatColumnfor single type array columns, and mixed type columns.Methods in org.apache.druid.segment.nested that return NestedCommonFormatColumn Modifier and Type Method Description NestedCommonFormatColumnNestedDataColumnSupplier. get()NestedCommonFormatColumnScalarDoubleColumnAndIndexSupplier. get()NestedCommonFormatColumnScalarLongColumnAndIndexSupplier. get()NestedCommonFormatColumnScalarStringColumnAndIndexSupplier. get()NestedCommonFormatColumnVariantColumnAndIndexSupplier. get()
-