public interface CallImplementor
ScalarFunction,
TableFunction,
RexImpTable| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.tree.Expression |
implement(RexToLixTranslator translator,
RexCall call,
RexImpTable.NullAs nullAs)
Implements a call.
|
org.apache.calcite.linq4j.tree.Expression implement(RexToLixTranslator translator, RexCall call, RexImpTable.NullAs nullAs)
translator - Translator for the callcall - Call that should be implementednullAs - The desired mode of null translationCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.