Interface GeospatialIndexReaderProvider
-
- All Known Subinterfaces:
IndexingOverrides.IndexingOverride,IndexReaderProvider
- All Known Implementing Classes:
IndexingOverrides.Default
public interface GeospatialIndexReaderProvider
-
-
Method Summary
Modifier and Type Method Description H3IndexReadernewGeospatialIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see H3IndexReader}
-
-
-
Method Detail
-
newGeospatialIndexReader
H3IndexReader newGeospatialIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata) throws IOException
Creates a {@see H3IndexReader}- Parameters:
dataBuffer- the buffer, the caller is responsible for closing itmetadata- the column metadata, may be used to select a reader if the buffer does not start with a magic byte.- Returns:
- a geospatial index reader
- Throws:
IOException- if reading from the buffer fails.
-
-