Package org.apache.drill.exec.udfs.gis
Class STIntersects
java.lang.Object
org.apache.drill.exec.udfs.gis.STIntersects
- All Implemented Interfaces:
DrillFunc
,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 Summary
-
Method Summary
-
Constructor Details
-
STIntersects
public STIntersects()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-