Commit 0cf8d3a
authored
ESQL: Small fixes for COPY_SIGN (#132459)
Adds some small fixes to `COPY_SIGN` and some docs and tests. The fixes
are mostly supporting the literal `NULL` in parameters. `COPY_SIGN`
supports `float` arguments, but the tests don't cover it because we
don't build `float` blocks. Otherwise, the tests are fairly standard.1 parent b20eaf3 commit 0cf8d3a
File tree
14 files changed
+429
-11
lines changed- docs
- changelog
- reference/query-languages/esql
- _snippets
- functions
- description
- layout
- parameters
- types
- lists
- functions-operators
- images/functions
- kibana
- definition/functions
- docs/functions
- x-pack/plugin/esql/src
- main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math
- test/java/org/elasticsearch/xpack/esql/expression/function
- scalar/math
14 files changed
+429
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments