Class STDistance

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

public class STDistance extends Object implements DrillSimpleFunc
For geometry type Returns the 2D Cartesian distance between two geometries in projected units (based on spatial ref). For geography type defaults to return minimum geodesic distance between two geographies in meters
  • Constructor Details

    • STDistance

      public STDistance()
  • Method Details