Class STOverlaps

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

public class STOverlaps extends Object implements DrillSimpleFunc
Returns TRUE if the Geometries share space, are of the same dimension, but are not completely contained by each other
  • Constructor Details

    • STOverlaps

      public STOverlaps()
  • Method Details