beyond1920 commented on code in PR #2844:
URL: https://github.com/apache/calcite/pull/2844#discussion_r913082995
##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -1653,6 +1657,108 @@ SqlNode NamedRoutineCall(
}
}
+/**
+ * Table parameter of a table function.
+ * The input table with set semantics may be partitioned/ordered on one or
more columns.
+ */
+SqlNode TableArg() :
+{
Review Comment:
done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]