This should do it: https://calcite.apache.org/apidocs/org/apache/calcite/rel/rules/UnionToDistinctRule.html <https://calcite.apache.org/apidocs/org/apache/calcite/rel/rules/UnionToDistinctRule.html>
> On Nov 24, 2016, at 6:22 AM, Anton Mushin <[email protected]> wrote: > > Hi everyone, > > I need convert org.apache.calcite.rel.logical.LogicalUnion to > org.apache.calcite.rel.logical.LogicalAggregate. How can I do this correct? > I didn't find information about it on site. > > I'm looking forward reply > > Best regards, > > Anton Mushin >
