public interface AuxiliaryConverter
SqlStdOperatorTable.TUMBLE| Modifier and Type | Interface and Description |
|---|---|
static class |
AuxiliaryConverter.Impl
Simple implementation of
AuxiliaryConverter. |
| 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.
|
org.apache.calcite.rex.RexNode convert(org.apache.calcite.rex.RexBuilder rexBuilder,
org.apache.calcite.rex.RexNode groupCall,
org.apache.calcite.rex.RexNode e)
rexBuilder - 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.