java.lang.Object
org.elasticsearch.xpack.esql.expression.function.scalar.spatial.GeoHexBoundedPredicate

public class GeoHexBoundedPredicate extends Object
A class that checks if a hexagon intersects with a bounding box. TODO: This class is a copy of the inner class GeoHexPredicate inside GeoHexCellIdSource, we should find a common location for it.
  • Method Details

    • validHex

      public boolean validHex(long hex)