Package org.apache.drill.exec.udfs.gis
Class STDisjoint
java.lang.Object
org.apache.drill.exec.udfs.gis.STDisjoint
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
Returns TRUE if two Geometries do not "spatially intersect" - if they do not share any space
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
STDisjoint
public STDisjoint()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-