Class StGeohex.GeoHexBoundedGrid

java.lang.Object
org.elasticsearch.xpack.esql.expression.function.scalar.spatial.StGeohex.GeoHexBoundedGrid
All Implemented Interfaces:
SpatialGridFunction.BoundedGrid
Enclosing class:
StGeohex

protected static class StGeohex.GeoHexBoundedGrid extends Object implements SpatialGridFunction.BoundedGrid
When checking grid cells with bounds, we need to check if the cell is valid (intersects with the bounds). This uses GeoHexBoundedPredicate to check if the cell is valid.