Skip to content

Commit

Permalink
Add @ignore_unicode_prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 11, 2015
1 parent 7a0196f commit d4f4774
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 @@ -231,6 +231,7 @@ def approxCountDistinct(col, rsd=None):
return Column(jc)


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

0 comments on commit d4f4774

Please sign in to comment.