Class STDisjoint

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

public class STDisjoint extends Object implements DrillSimpleFunc
Returns TRUE if two Geometries do not "spatially intersect" - if they do not share any space
  • Constructor Details

    • STDisjoint

      public STDisjoint()
  • Method Details