Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/22047#discussion_r226985475
--- Diff: python/pyspark/sql/functions.py ---
@@ -403,6 +403,28 @@ def countDistinct(col, *cols):
return Column(jc)
+def every(col):
--- End diff --
+1 for option 1--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
