Class AccumOperation

java.lang.Object
org.apache.calcite.runtime.AccumOperation

public class AccumOperation extends Object
Used at run time by the ST_Accum function.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.locationtech.jts.geom.Geometry>
    add(List<org.locationtech.jts.geom.Geometry> accumulator, org.locationtech.jts.geom.Geometry geometry)
     
    List<org.locationtech.jts.geom.Geometry>
     
    List<org.locationtech.jts.geom.Geometry>
    result(List<org.locationtech.jts.geom.Geometry> accumulator)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccumOperation

      public AccumOperation()
  • Method Details

    • init

      public List<org.locationtech.jts.geom.Geometry> init()
    • add

      public List<org.locationtech.jts.geom.Geometry> add(List<org.locationtech.jts.geom.Geometry> accumulator, org.locationtech.jts.geom.Geometry geometry)
    • result

      public List<org.locationtech.jts.geom.Geometry> result(List<org.locationtech.jts.geom.Geometry> accumulator)