public static class AuxiliaryConverter.Impl extends Object implements AuxiliaryConverter
AuxiliaryConverter.AuxiliaryConverter.Impl| Modifier and Type | Field and Description |
|---|---|
private SqlFunction |
f |
| Constructor and Description |
|---|
Impl(SqlFunction f) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
convert(RexBuilder rexBuilder,
RexNode groupCall,
RexNode e)
Converts an expression.
|
private final SqlFunction f
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–2018 The Apache Software Foundation. All rights reserved.