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 ac2bacd commit 7a0196fCopy full SHA for 7a0196f
python/pyspark/sql/functions.py
@@ -230,6 +230,7 @@ def approxCountDistinct(col, rsd=None):
230
jc = sc._jvm.functions.approxCountDistinct(_to_java_column(col), rsd)
231
return Column(jc)
232
233
+
234
@since(1.4)
235
def bin(col):
236
"""Returns the string representation of the binary value of the given column.
0 commit comments