public interface NotNullImplementor
CallImplementor
that does not know about null semantics.RexImpTable,
CallImplementor| 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.
|
Expression implement(RexToLixTranslator translator, RexCall call, List<Expression> translatedOperands)
translator - translator to implement the codecall - call to implementtranslatedOperands - arguments of a callCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.