Skip to content

Commit

Permalink
[SPARK-49733][SQL][DOCS] Delete ExpressionInfo[between] from `gen-s…
Browse files Browse the repository at this point in the history
…ql-api-docs.py` to avoid duplication
  • Loading branch information
panbingkun committed Sep 20, 2024
1 parent a5ac80a commit 778be2b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sql/gen-sql-api-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,6 @@
note="",
since="1.0.0",
deprecated=""),
ExpressionInfo(
className="",
name="between",
usage="expr1 [NOT] BETWEEN expr2 AND expr3 - " +
"evaluate if `expr1` is [not] in between `expr2` and `expr3`.",
arguments="",
examples="\n Examples:\n " +
"> SELECT col1 FROM VALUES 1, 3, 5, 7 WHERE col1 BETWEEN 2 AND 5;\n " +
" 3\n " +
" 5",
note="",
since="1.0.0",
deprecated=""),
ExpressionInfo(
className="",
name="case",
Expand Down

0 comments on commit 778be2b

Please sign in to comment.