public static class AuxiliaryConverter.Impl extends Object implements AuxiliaryConverter
AuxiliaryConverter.AuxiliaryConverter.Impl| Constructor and Description |
|---|
Impl(SqlFunction f) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
convert(RexBuilder rexBuilder,
RexNode groupCall,
RexNode e)
Converts an expression.
|
public Impl(SqlFunction f)
public RexNode convert(RexBuilder rexBuilder, RexNode groupCall, 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 © 2012-2022 Apache Software Foundation. All Rights Reserved.