Uses of Enum Class
org.apache.druid.segment.nested.ObjectStorageEncoding
Packages that use ObjectStorageEncoding
-
Uses of ObjectStorageEncoding in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return ObjectStorageEncodingModifier and TypeMethodDescriptionstatic ObjectStorageEncodingObjectStorageEncoding.fromString(String name) NestedCommonFormatColumnFormatSpec.getObjectStorageEncoding()static ObjectStorageEncodingReturns the enum constant of this class with the specified name.static ObjectStorageEncoding[]ObjectStorageEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.segment.nested with parameters of type ObjectStorageEncodingModifier and TypeMethodDescriptionNestedCommonFormatColumnFormatSpec.Builder.setObjectStorageEncoding(ObjectStorageEncoding objectStorageEncoding) Constructors in org.apache.druid.segment.nested with parameters of type ObjectStorageEncodingModifierConstructorDescriptionNestedCommonFormatColumnFormatSpec(StringEncodingStrategy objectFieldsDictionaryEncoding, BitmapIndexType longFieldBitmapIndexType, BitmapIndexType doubleFieldBitmapIndexType, ObjectStorageEncoding objectStorageEncoding, CompressionStrategy objectStorageCompression, StringEncodingStrategy stringDictionaryEncoding, CompressionStrategy dictionaryEncodedColumnCompression, CompressionFactory.LongEncodingStrategy longColumnEncoding, CompressionStrategy longColumnCompression, CompressionStrategy doubleColumnCompression) protectedNestedCommonFormatColumnFormatSpec(StringEncodingStrategy objectFieldsDictionaryEncoding, ObjectStorageEncoding objectStorageEncoding, CompressionStrategy objectStorageCompression, StringEncodingStrategy stringDictionaryEncoding, CompressionStrategy dictionaryEncodedColumnCompression, CompressionFactory.LongEncodingStrategy longColumnEncoding, CompressionStrategy longColumnCompression, CompressionStrategy doubleColumnCompression, BitmapSerdeFactory bitmapEncoding, BitmapIndexType longFieldBitmapIndexType, BitmapIndexType doubleFieldBitmapIndexType) Internal constructor used byNestedCommonFormatColumnFormatSpec.Builderto setNestedCommonFormatColumnFormatSpec.bitmapEncodingduring the process of resolving values forNestedCommonFormatColumnFormatSpec.getEffectiveFormatSpec(NestedCommonFormatColumnFormatSpec, IndexSpec). -
Uses of ObjectStorageEncoding in org.apache.druid.segment.serde
Constructors in org.apache.druid.segment.serde with parameters of type ObjectStorageEncodingModifierConstructorDescriptionFormatSpec(StringEncodingStrategy objectFieldsDictionaryEncoding, ObjectStorageEncoding objectStorageEncoding, CompressionStrategy objectStorageCompression, StringEncodingStrategy stringDictionaryEncoding, CompressionStrategy dictionaryEncodedColumnCompression, CompressionFactory.LongEncodingStrategy longColumnEncoding, CompressionStrategy longColumnCompression, CompressionStrategy doubleColumnCompression, BitmapSerdeFactory bitmapEncoding, BitmapIndexType longFieldBitmapIndex, BitmapIndexType doubleFieldBitmapIndex)