Skip to content

Commit

Permalink
Replace by examples showing corner cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Sep 25, 2019
1 parent c9e8a0c commit f7caecd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1732,9 +1732,9 @@ case class Left(str: Expression, len: Expression, child: Expression) extends Run
Examples:
> SELECT _FUNC_('Spark SQL ');
10
> SELECT _FUNC_('Spark SQL ');
10
> SELECT _FUNC_('Spark SQL ');
> SELECT _FUNC_('Spark SQL');
9
> SELECT _FUNC_(binary('Spark SQL\\000'));
10
""",
since = "1.5.0")
Expand Down

0 comments on commit f7caecd

Please sign in to comment.