bchapuis opened a new pull request, #2917:
URL: https://github.com/apache/calcite/pull/2917

   This PR addresses 
[CALCITE-5280](https://issues.apache.org/jira/browse/CALCITE-5280).
   
   Notice that I had to remove one of the existing ST_UNION function (due to a 
name clash?). Also, this function is not implemented in 
[postgis](https://postgis.net/docs/ST_Union.html).
   
   ```
    @SemiStrict public static Geometry ST_Union(Geometry geomCollection) {
       return geomCollection.union();
    }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to