Package org.apache.drill.exec.udfs.gis
Class STContains
java.lang.Object
org.apache.drill.exec.udfs.gis.STContains
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
Returns true if and only if no points of B lie in the exterior of A,
and at least one point of the interior of B lies in the interior of A.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
STContains
public STContains()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-