Kimahriman commented on pull request #515:
URL: https://github.com/apache/incubator-sedona/pull/515#issuecomment-804226599
It will for any SQL/dataframe python. It's what I primarily use, usually in
the same syntax as I wrote the tests
```python
import pyspark.sql.functions as F
pointdf.alias('pointdf').join(F.broadcast(polygondf).alias('polygondf'),
on=F.expr('ST_Contains(polygondf.shape, pointdf.shape'))
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]