Class NullValueIndexPlugin
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.nullvalue.NullValueIndexPlugin
-
- All Implemented Interfaces:
IndexPlugin<NullValueIndexType>
@AutoService(org.apache.pinot.segment.spi.index.IndexPlugin.class) public class NullValueIndexPlugin extends Object implements IndexPlugin<NullValueIndexType>
-
-
Field Summary
Fields Modifier and Type Field Description static NullValueIndexTypeINSTANCE
-
Constructor Summary
Constructors Constructor Description NullValueIndexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NullValueIndexTypegetIndexType()
-
-
-
Field Detail
-
INSTANCE
public static final NullValueIndexType INSTANCE
-
-
Method Detail
-
getIndexType
public NullValueIndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndexPlugin<NullValueIndexType>
-
-