julianhyde commented on PR #3477: URL: https://github.com/apache/calcite/pull/3477#issuecomment-1771444148
We use techniques like this already. But my comment about a 'mush of special cases' stands. There are far too many functions already that have special treatment in the parser. In fact, one of those functions is called `OFFSET` (required for BigQuery) and so allowing a named method parameter called `OFFSET` would make the grammar ambiguous. -- 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]
