Uses of Interface
org.apache.pinot.segment.spi.index.reader.H3IndexReader
-
-
Uses of H3IndexReader in org.apache.pinot.segment.spi.datasource
Methods in org.apache.pinot.segment.spi.datasource that return H3IndexReader Modifier and Type Method Description H3IndexReaderDataSource. getH3Index()Returns the H3 index for the geospatial column if exists, ornullif not. -
Uses of H3IndexReader in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return H3IndexReader Modifier and Type Method Description H3IndexReaderIndexingOverrides.Default. newGeospatialIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata) -
Uses of H3IndexReader in org.apache.pinot.segment.spi.index.column
Methods in org.apache.pinot.segment.spi.index.column that return H3IndexReader Modifier and Type Method Description H3IndexReaderColumnIndexContainer. getH3Index()Returns the H3 index for the column, ornullif it does not exist. -
Uses of H3IndexReader in org.apache.pinot.segment.spi.index.reader.provider
Methods in org.apache.pinot.segment.spi.index.reader.provider that return H3IndexReader Modifier and Type Method Description H3IndexReaderGeospatialIndexReaderProvider. newGeospatialIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see H3IndexReader}
-