Class H3IndexPlugin
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.h3.H3IndexPlugin
-
- All Implemented Interfaces:
IndexPlugin<H3IndexType>
@AutoService(org.apache.pinot.segment.spi.index.IndexPlugin.class) public class H3IndexPlugin extends Object implements IndexPlugin<H3IndexType>
-
-
Constructor Summary
Constructors Constructor Description H3IndexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description H3IndexTypegetIndexType()
-
-
-
Method Detail
-
getIndexType
public H3IndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndexPlugin<H3IndexType>
-
-