substrait icon indicating copy to clipboard operation
substrait copied to clipboard

Results 3 substrait issues
Sort by recently updated
recently updated
newest added

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...