Skip to content
Snippets Groups Projects
Commit c8045f8b authored by Yuming Wang's avatar Yuming Wang Committed by Xiao Li
Browse files

[MINOR][SQL] Fix a few function description error.

## What changes were proposed in this pull request?

Fix a few function description error.

## How was this patch tested?

manual tests

![descissues](https://cloud.githubusercontent.com/assets/5399861/26619392/d547736c-4610-11e7-85d7-aeeb09c02cc8.gif)

Author: Yuming Wang <wgyumg@gmail.com>

Closes #18157 from wangyum/DescIssues.
parent 34661d8a
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ case class Cosh(child: Expression) extends UnaryMathExpression(math.cosh, "COSH"
> SELECT _FUNC_('100', 2, 10);
4
> SELECT _FUNC_(-10, 16, -10);
16
-16
""")
case class Conv(numExpr: Expression, fromBaseExpr: Expression, toBaseExpr: Expression)
extends TernaryExpression with ImplicitCastInputTypes {
......
......@@ -1047,7 +1047,7 @@ case class FormatString(children: Expression*) extends Expression with ImplicitC
""",
extended = """
Examples:
> SELECT initcap('sPark sql');
> SELECT _FUNC_('sPark sql');
Spark Sql
""")
case class InitCap(child: Expression) extends UnaryExpression with ImplicitCastInputTypes {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment