substrait-io / substrait-java

Apache License 2.0
74 stars 70 forks source link

feat(calcite): support reading in list and map literals #177

Closed vbarua closed 10 months ago

vbarua commented 10 months ago

feat: inject ExpressionRexConverter into SubstraitRelNodeConverter

vbarua commented 10 months ago

Let's us read Substrait List and Map literals into Calcite.

Additionally, allows for the injection of the ExpressionRexConverter to allow users extra control over conversion if they need it.