public interface MatchImplementor
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.tree.Expression |
implement(RexToLixTranslator translator,
RexCall call,
org.apache.calcite.linq4j.tree.ParameterExpression row,
org.apache.calcite.linq4j.tree.ParameterExpression rows,
org.apache.calcite.linq4j.tree.ParameterExpression symbols,
org.apache.calcite.linq4j.tree.ParameterExpression currentIndex)
Implements a call.
|
org.apache.calcite.linq4j.tree.Expression implement(RexToLixTranslator translator, RexCall call, org.apache.calcite.linq4j.tree.ParameterExpression row, org.apache.calcite.linq4j.tree.ParameterExpression rows, org.apache.calcite.linq4j.tree.ParameterExpression symbols, org.apache.calcite.linq4j.tree.ParameterExpression currentIndex)
translator - Translator for the callcall - Call that should be implementedrow - Current Rowrows - All Rows that are traversed so farsymbols - All Symbols of the rows that were traversed so farCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.