substrait
substrait copied to clipboard
This PR adds classes that reduces the amount of boilerplate needed to test our results against/with Ibis ## Tester Interface `IbisDuckDBTester` is an interface that defines the skeleton of the...
This PR introduces support for generating and consuming query plans with flattening subquery operators (i.e., delim joins and gets). It also now supports full TPC-H roundtrip through DuckDB. It's important...
Up until now, we have been creating new connections to interact with substrait. This was necessary to circumvent the client context lock. However, this was a brittle solution and especially...