X Tutup
The Wayback Machine - https://web.archive.org/web/20201011182848/https://github.com/JSQLParser/JSqlParser/issues/1050
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend grammar to support functions with multiple argument lists #1050

Open
vofque opened this issue Sep 23, 2020 · 1 comment
Open

Extend grammar to support functions with multiple argument lists #1050

vofque opened this issue Sep 23, 2020 · 1 comment

Comments

@vofque
Copy link

@vofque vofque commented Sep 23, 2020

I'm trying to use JSqlParser for Clickhouse requests which supports functions with multiple argument lists like func(a, b)(c, d).
Is it possible to extend grammar to support such functions? Could you give a hint about how to do that?

@wumpz
Copy link
Member

@wumpz wumpz commented Oct 4, 2020

Sure. This would be no problem: you should adapt the function production: Function Function() #Function: starting at line 3725 of the grammar file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup