Skip to content

Commit

Permalink
Fix python style.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 11, 2015
1 parent ac2bacd commit 7a0196f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/sql/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def approxCountDistinct(col, rsd=None):
jc = sc._jvm.functions.approxCountDistinct(_to_java_column(col), rsd)
return Column(jc)


@since(1.4)
def bin(col):
"""Returns the string representation of the binary value of the given column.
Expand Down

0 comments on commit 7a0196f

Please sign in to comment.