zongsizhang commented on code in PR #764: URL: https://github.com/apache/sedona/pull/764#discussion_r1110019049
########## sql/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/st_functions.scala: ########## @@ -271,4 +271,7 @@ object st_functions extends DataFrameAPI { def ST_ZMin(geometry: Column): Column = wrapExpression[ST_ZMin](geometry) def ST_ZMin(geometry: String): Column = wrapExpression[ST_ZMin](geometry) + + def ST_S2CellIDs(geometry: Column, level: Int): Column = wrapExpression[ST_S2CellIDs](geometry, level) + def ST_S2CellIDs(geometry: String, level: Int): Column = wrapExpression[ST_S2CellIDs](geometry, level) Review Comment: done dataframe api python pending -- 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: dev-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org