We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4adde commit 7c4f563Copy full SHA for 7c4f563
python/pyspark/sql/functions.py
@@ -33,7 +33,7 @@
33
__all__ = ['countDistinct', 'approxCountDistinct', 'udf']
34
35
36
-def _create_function(name, doc="", is_math=False):
+def _create_function(name, doc=""):
37
""" Create a function for aggregator by name"""
38
def _(col):
39
sc = SparkContext._active_spark_context
0 commit comments