private static class RexImpTable.SequenceImplementor extends RexImpTable.MethodImplementor
method| Constructor and Description |
|---|
SequenceImplementor(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
implement(RexToLixTranslator translator,
RexCall call,
List<Expression> translatedOperands)
Implements a call with assumption that all the null-checking is
implemented by caller.
|
SequenceImplementor(Method method)
public Expression implement(RexToLixTranslator translator, RexCall call, List<Expression> translatedOperands)
NotNullImplementorimplement in interface NotNullImplementorimplement in class RexImpTable.MethodImplementortranslator - translator to implement the codecall - call to implementtranslatedOperands - arguments of a callCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.