Current state
Some AST expression forms are still rejected by binder.
Known examples include:
function(subquery)
- table functions outside
FROM
- qualified wildcard expression forms
Expected
Support these AST forms or narrow them with explicit compatibility decisions.
Pointers
src/binder/expr.rs:380
src/binder/expr.rs:677
src/binder/expr.rs:853
src/binder/select.rs:1122
Current state
Some AST expression forms are still rejected by binder.
Known examples include:
function(subquery)FROMExpected
Support these AST forms or narrow them with explicit compatibility decisions.
Pointers
src/binder/expr.rs:380src/binder/expr.rs:677src/binder/expr.rs:853src/binder/select.rs:1122