Interface TableFunctionCallImplementor
public interface TableFunctionCallImplementor
Implements a table-valued function call.
-
Method Summary
Modifier and TypeMethodDescriptionimplement(RexToLixTranslator translator, Expression inputEnumerable, RexCall call, PhysType inputPhysType, PhysType outputPhysType) Implements a table-valued function call.
-
Method Details
-
implement
Expression implement(RexToLixTranslator translator, Expression inputEnumerable, RexCall call, PhysType inputPhysType, PhysType outputPhysType) Implements a table-valued function call.- Parameters:
translator- Translator for the call.inputEnumerable- Table parameter of the call.call- Call that should be implemented.inputPhysType- Physical type of the table parameter.outputPhysType- Physical type of the call.- Returns:
- Expression that implements the call.
-