Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/20618#discussion_r169120482
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/mathExpressions.scala
---
@@ -770,7 +837,14 @@ case class Unhex(child: Expression) extends
UnaryExpression with ImplicitCastInp
// scalastyle:off line.size.limit
@ExpressionDescription(
- usage = "_FUNC_(expr1, expr2) - Returns the angle in radians between the
positive x-axis of a plane and the point given by the coordinates (`expr1`,
`expr2`).",
--- End diff --
Oh, I get it now, that's my mistake. "Binary" means "two arg" and not
perhaps "bitwise" or something. Leave it then.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]