Commit 27e6bfe
committed
add system and nullable properties for all tokens, add nullValue for painless scripts, add input expr to all sql functions set by applying applyTo, add sql interval function to update out sql type, update painless script computation, implements coalesce and nullif logical functions, add fixes for parser, update sql types and validations
1 parent 32b78c1 commit 27e6bfe
File tree
15 files changed
+1228
-229
lines changed- es6/sql-bridge/src/test/scala/app/softnetwork/elastic/sql
- sql
- bridge/src
- main/scala/app/softnetwork/elastic/sql/bridge
- test/scala/app/softnetwork/elastic/sql
- src
- main/scala/app/softnetwork/elastic/sql
- test/scala/app/softnetwork/elastic/sql
15 files changed
+1228
-229
lines changedLines changed: 293 additions & 38 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
344 | 358 | | |
345 | 359 | | |
346 | 360 | | |
| |||
0 commit comments