Class STContains

java.lang.Object
org.apache.drill.exec.udfs.gis.STContains
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc

public class STContains extends Object implements 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 Details

    • STContains

      public STContains()
  • Method Details