Class STIntersects

java.lang.Object
org.apache.drill.exec.udfs.gis.STIntersects
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc

public class STIntersects extends Object implements DrillSimpleFunc
Returns TRUE if the Geometries/Geography "spatially intersect in 2D" - (share any portion of space) and FALSE if they don't (they are Disjoint)
  • Constructor Details

    • STIntersects

      public STIntersects()
  • Method Details