You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?