Class STDifference

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

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

    • STDifference

      public STDifference()
  • Method Details