jiayuasu commented on code in PR #887:
URL: https://github.com/apache/sedona/pull/887#discussion_r1255231174
##########
docs/api/sql/Function.md:
##########
@@ -1552,18 +1552,18 @@ SELECT
ST_AsText(ST_PointOnSurface(ST_GeomFromText('LINESTRING(0 5 1, 0 0 1, 0 1
```
-## ST_PrecisionReduce
+## ST_ReducePrecision
Introduction: Reduce the decimals places in the coordinates of the geometry to
the given number of decimal places. The last decimal place will be rounded.
-Format: `ST_PrecisionReduce (A:geometry, B:int)`
Review Comment:
em... I think the Sedona implementation of this function is very different
from PostGIS. I suggest that, in this PR, we don't adopt the PostGIS
implementation. We will address this in a different PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]