substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

feat: support for custom scalar and aggregate fns #140

Closed vbarua closed 1 year ago

vbarua commented 1 year ago

The existing SubstraitRelNodeConverter was not extensible enough to allow for conversion of custom scalar and aggregate functions from Substrait to Calcite and back.

These changes:

All of this functionality is tested in CustomFunctionTest