snuyanzin commented on code in PR #4984:
URL: https://github.com/apache/calcite/pull/4984#discussion_r3336972431
##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -1094,6 +1097,17 @@ void AddArg(List<SqlNode> list, ExprContext exprContext)
:
e = LambdaExpression()
|
e = Expression(exprContext)
+ // A set-semantics table argument may be a partitioned sub-query, e.g.
Review Comment:
this is SQL:2016 Polymorphic Table Functions (ISO/IEC 9075-2:2016)
the problem with current implementation is that it covers only first arg of
table function and doesn't cover any other arg.
--
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]