substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

feat!: visit over core substrait types #178

Closed vbarua closed 1 year ago

vbarua commented 1 year ago

Addresses: https://github.com/substrait-io/substrait-java/issues/137

This makes it easier to re-use the SubstraitRelVisitor when converting from Calcite back to Substrait.

I'm not sure if this is a breaking change, but it's a big enough change in functionality that I'm marking it as such.