Package org.apache.drill.exec.udfs.gis
Class STDifference
java.lang.Object
org.apache.drill.exec.udfs.gis.STDifference
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
Given geometries A and B, this function returns a geometry that represents
the part of geometry A that does not intersect with geometry B
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
STDifference
public STDifference()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-