Commit 20bc900
Add type mapping for LEAST and GREATEST functions
- LEAST and GREATEST functions now infer type mapping from first argument
- Falls back to result type mapping if first argument has no mapping
- Addresses type mapping assignment error for LEAST/GREATEST expressions
Note: Tests still failing with "Undeclared variable: LEAST" error - investigating further
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>1 parent ac489ec commit 20bc900
1 file changed
Lines changed: 14 additions & 2 deletions
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
427 | 431 | | |
428 | 432 | | |
429 | 433 | | |
| 434 | + | |
430 | 435 | | |
| 436 | + | |
431 | 437 | | |
432 | 438 | | |
433 | | - | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
434 | 444 | | |
435 | 445 | | |
436 | 446 | | |
| 447 | + | |
437 | 448 | | |
| 449 | + | |
438 | 450 | | |
439 | 451 | | |
440 | 452 | | |
| |||
0 commit comments