Package org.apache.druid.segment.column
Class BitmapIndexType.NullValueIndex
java.lang.Object
org.apache.druid.segment.column.BitmapIndexType
org.apache.druid.segment.column.BitmapIndexType.NullValueIndex
- Enclosing class:
- BitmapIndexType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.segment.column.BitmapIndexType
BitmapIndexType.DictionaryEncodedValueIndex, BitmapIndexType.NullValueIndex, BitmapIndexType.Writer -
Field Summary
FieldsFields inherited from class org.apache.druid.segment.column.BitmapIndexType
TYPE_DICTIONARY, TYPE_NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a newBitmapIndexType.Writerto serialize bitmap index.inthashCode()static ImmutableBitmapread(ByteBuffer dataBuffer, ObjectStrategy<ImmutableBitmap> objectStrategy) toString()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullValueIndex
public NullValueIndex()
-
-
Method Details
-
read
public static ImmutableBitmap read(ByteBuffer dataBuffer, ObjectStrategy<ImmutableBitmap> objectStrategy) -
getWriter
Description copied from class:BitmapIndexTypeReturns a newBitmapIndexType.Writerto serialize bitmap index.- Specified by:
getWriterin classBitmapIndexType
-
equals
-
hashCode
public int hashCode() -
toString
-