Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Dec 13, 2023
1 parent d95af69 commit 1a8a4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ type Column
- other: The value to compare `self` against. If `other` is a column, the
comparison is performed pairwise between corresponding elements of
`self` and `other`.
- locale: The locale to use for the case-insensitive comparison.

Returns a column with results of comparing this column's elements against
`other`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ type Column
- other: The value to compare `self` against. If `other` is a column, the
comparison is performed pairwise between corresponding elements of
`self` and `other`.
- locale: The locale to use for the case-insensitive comparison.

Returns a column with results of comparing this column's elements against
`other`.
Expand Down

0 comments on commit 1a8a4ac

Please sign in to comment.