Interface MatchImplementor
public interface MatchImplementor
Implementor of Functions used in MATCH_RECOGNIZE Context.
-
Method Summary
Modifier and TypeMethodDescriptionimplement(RexToLixTranslator translator, RexCall call, ParameterExpression row, ParameterExpression rows, ParameterExpression symbols, ParameterExpression currentIndex) Implements a call.
-
Method Details
-
implement
Expression implement(RexToLixTranslator translator, RexCall call, ParameterExpression row, ParameterExpression rows, ParameterExpression symbols, ParameterExpression currentIndex) Implements a call.- Parameters:
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 far- Returns:
- Translated call
-