public interface NotNullImplementor
CallImplementor
that does not know about null semantics.RexImpTable,
CallImplementor| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.tree.Expression |
implement(RexToLixTranslator translator,
RexCall call,
List<org.apache.calcite.linq4j.tree.Expression> translatedOperands)
Implements a call with assumption that all the null-checking is
implemented by caller.
|
org.apache.calcite.linq4j.tree.Expression implement(RexToLixTranslator translator, RexCall call, List<org.apache.calcite.linq4j.tree.Expression> translatedOperands)
translator - translator to implement the codecall - call to implementtranslatedOperands - arguments of a callCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.