Phillip Cloud
Phillip Cloud
@NickCrews Thanks for the issue! We're going to rework some of the exceptions in the near feature to be more specific (`NotSupportedByBackendError`, TBD on naming 😄) and more consistently-used for...
@IndexSeek Thanks for the issue! It's unfortunate this doesn't work out of the box, but glad to see a dialect exists for it! Do you know if there's a CockroachDB-endorsed...
Yep, the ability to do things that are only allowed on columns currently, but on scalars, comes up sometimes. This seems like a reasonable request to me. Implementation wise, it'll...
@TrevorBergeron Do you have an example that demonstrates the difference in output SQL? It'd be good to know just how much worse it is before we go down this path.
> Session Scoped Temp Tables This **should** be what is happening. We're doing this in a roundabout way though, by running a simple uncached query (`SELECT 1`), and then inspecting...
As for implementing the ideal solution, it might be possible, we do some multi-statement things for UDFs (since the ones we support only work as temporary functions and are scoped...
Ok, let's see if the existing facility works for your use case, and then we can explore options if it doesn't.
I think dropping those other operations makes it harder to understand sequences of operations conceptually, so I'd prefer not to drop them. That's how Ibis used to represent all selections...
+1 to using `Select` in the polars backend if that leads to some simplification.
I believe all the DerefMap code depends on the various operations being split up.