Package org.apache.drill.exec.udfs.gis
Class STOverlaps
java.lang.Object
org.apache.drill.exec.udfs.gis.STOverlaps
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
Returns TRUE if the Geometries share space, are of the same dimension, but are not completely contained by each other
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
STOverlaps
public STOverlaps()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-