Class BinarySpatialFunction.BinarySpatialComparator<T>

java.lang.Object
org.elasticsearch.xpack.esql.expression.function.scalar.spatial.BinarySpatialFunction.BinarySpatialComparator<T>
Direct Known Subclasses:
SpatialRelatesFunction.SpatialRelations, StDistance.DistanceCalculator
Enclosing class:
BinarySpatialFunction

protected abstract static class BinarySpatialFunction.BinarySpatialComparator<T> extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • fromBytesRef

      protected org.elasticsearch.geometry.Geometry fromBytesRef(org.apache.lucene.util.BytesRef bytesRef)
    • compare

      protected abstract T compare(org.apache.lucene.util.BytesRef left, org.apache.lucene.util.BytesRef right) throws IOException
      Throws:
      IOException