danny0405 commented on a change in pull request #1449: [CALCITE-3302] Implement
CLASSIFIER and LAST function for MATCH_RECOG…
URL: https://github.com/apache/calcite/pull/1449#discussion_r323083973
##########
File path:
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java
##########
@@ -2925,6 +2934,83 @@ private Expression normalize(SqlTypeName typeName,
Expression e) {
}
}
}
+
+ /** Implements CLASSIFIER MR Function */
+ private static class ClassifierImplementor implements MatchImplementor {
+ @Override public Expression implement(RexToLixTranslator translator,
RexCall call,
+ ParameterExpression row,
ParameterExpression rows,
Review comment:
Fix the indent.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services