Skip to content

Commit

Permalink
add @ignore_unicode_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiszk committed Apr 19, 2018
1 parent 06fb27e commit 96dd82b
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 @@ -1862,6 +1862,7 @@ def array_position(col, value):
return Column(sc._jvm.functions.array_position(_to_java_column(col), value))


@ignore_unicode_prefix
@since(2.4)
def element_at(col, extraction):
"""
Expand Down

0 comments on commit 96dd82b

Please sign in to comment.