n87

Results 2 issues of n87

Tested on these queries in the cloud demo [1]: ``` with t as (select * from employees) select * from t ``` ``` with t as (select 1) select 1...

It'd be great to have `struct` datatype supported. The implementation is in `starlark-go` repo, but seems not enabled by default: https://github.com/google/starlark-go/tree/master/starlarkstruct Conversion to/from Python values can be done either by...