Skip to content

Commit

Permalink
[SPARK-27425] Reflect review
Browse files Browse the repository at this point in the history
  • Loading branch information
cryeo committed Jun 10, 2019
1 parent 2f4d64e commit c0a3289
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import org.apache.spark.sql.types.{AbstractDataType, BooleanType, DataType, Long
@ExpressionDescription(
usage = """
_FUNC_(expr) - Returns the number of `TRUE` values for the expression.
This function is equivalent to `count(CASE WHEN expr THEN 1 END)`.
""",
examples = """
Examples:
Expand Down

0 comments on commit c0a3289

Please sign in to comment.