forked from substrait-io/substrait-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(isthmus): improved Calcite support for Substrait Aggregate rels (s…
…ubstrait-io#214) Substrait Aggregates that contain expressions that are not field references and/or grouping keys that are not in input order require extra processing to be converted to Calcite Aggregates successfully AND correctly BREAKING CHANGE: signatures for aggregate building utils have changed * feat: additional builder methods for arithmetic aggregate functions * feat: sortField builder method * feat: grouping builder method * feat: add, subtract, multiply, divide and negate methods for builder * refactor: extract row matching assertions to PlanTestBase * feat(isthmus): improved Calcite support for Substrait Aggregate rels * refactor: builder functions for aggregates and aggregate functions now consume and return Aggregate.Measure instead of AggregateFunctionInvocation
- Loading branch information
Showing
10 changed files
with
598 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.