public static class AuxiliaryConverter.Impl extends Object implements AuxiliaryConverter
AuxiliaryConverter.AuxiliaryConverter.Impl| Constructor and Description |
|---|
Impl(org.apache.calcite.sql.SqlFunction f) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rex.RexNode |
convert(org.apache.calcite.rex.RexBuilder rexBuilder,
org.apache.calcite.rex.RexNode groupCall,
org.apache.calcite.rex.RexNode e)
Converts an expression.
|
public org.apache.calcite.rex.RexNode convert(org.apache.calcite.rex.RexBuilder rexBuilder,
org.apache.calcite.rex.RexNode groupCall,
org.apache.calcite.rex.RexNode e)
AuxiliaryConverterconvert in interface AuxiliaryConverterrexBuilder - Rex buildergroupCall - Call to the group function, e.g. "TUMBLE($2, 36000)"e - Expression holding result of the group function, e.g. "$0"Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.