Commit ecd325b
authored
fix(databricks): support IFF as a synonym for IF [CLAUDE] (#7488)
Databricks supports IFF as a synonym for the IF function. This adds
IFF to the Databricks parser's FUNCTIONS mapping so it correctly
parses to exp.If and transpiles to other dialects.
Closes #73471 parent c26a573 commit ecd325b
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
494 | 505 | | |
495 | 506 | | |
496 | 507 | | |
| |||
0 commit comments