Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Jan 23, 2020
1 parent 6372720 commit ac1c3c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3456,7 +3456,7 @@ object functions {
/**
* Returns an array of elements for which a predicate holds in a given array.
* {{{
* df.select(filter(col("s"), x -> x % 2 === 0))
* df.select(filter(col("s"), x => x % 2 === 0))
* df.selectExpr("filter(col, x -> x % 2 == 0)")
* }}}
*
Expand Down

0 comments on commit ac1c3c0

Please sign in to comment.