Interface CallImplementor
public interface CallImplementor
Implements a call via given translator.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionimplement
(RexToLixTranslator translator, RexCall call, RexImpTable.NullAs nullAs) Implements a call.
-
Method Details
-
implement
Implements a call.- Parameters:
translator
- Translator for the callcall
- Call that should be implementednullAs
- The desired mode ofnull
translation- Returns:
- Translated call
-