public interface TableFunctionCallImplementor
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.tree.Expression |
implement(RexToLixTranslator translator,
org.apache.calcite.linq4j.tree.Expression inputEnumerable,
RexCall call,
PhysType inputPhysType,
PhysType outputPhysType)
Implements a table-valued function call.
|
org.apache.calcite.linq4j.tree.Expression implement(RexToLixTranslator translator, org.apache.calcite.linq4j.tree.Expression inputEnumerable, RexCall call, PhysType inputPhysType, PhysType outputPhysType)
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.Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.