jiayuasu commented on code in PR #695:
URL: https://github.com/apache/incubator-sedona/pull/695#discussion_r985279161


##########
docs/api/sql/Function.md:
##########
@@ -1394,3 +1394,29 @@ SELECT ST_Z(ST_POINT(0.0 25.0 11.0))
 ```
 
 Output: `11.0`
+
+## ST_LineFromMultiPoint

Review Comment:
   Please put this function in an alphabetical order with other functions.



##########
docs/api/flink/Function.md:
##########
@@ -788,3 +788,22 @@ SELECT ST_Z(ST_POINT(0.0 25.0 11.0))
 ```
 
 Output: `11.0`
+
+## ST_LineFromMultiPoint

Review Comment:
   Please put this function in an alphabetical order with other functions.



##########
sql/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/Functions.scala:
##########
@@ -1287,3 +1287,16 @@ case class ST_Normalize(inputExpressions: 
Seq[Expression])
     copy(inputExpressions = newChildren)
   }
 }
+
+/**
+ * Returns the LineString geometry given a MultiPoint geometry
+ *
+ * @param inputExpressions

Review Comment:
   Please add a DataFrame style API in Python and Scala for this function. See 
PR #693 .



-- 
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]

Reply via email to