Package org.apache.druid.segment.column
Class BitmapIndexType
java.lang.Object
org.apache.druid.segment.column.BitmapIndexType
- Direct Known Subclasses:
BitmapIndexType.DictionaryEncodedValueIndex,BitmapIndexType.NullValueIndex
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfaceInterface to serialize bitmap index. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BitmapIndexType.WriterReturns a newBitmapIndexType.Writerto serialize bitmap index.
-
Field Details
-
TYPE_DICTIONARY
- See Also:
-
TYPE_NULL
- See Also:
-
-
Constructor Details
-
BitmapIndexType
public BitmapIndexType()
-
-
Method Details
-
getWriter
Returns a newBitmapIndexType.Writerto serialize bitmap index.
-