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
With adding more and more functions, ValueExpressionVisitor gets longish. We could split it up into two visitors. One for functions and one for literals, or similar.
The text was updated successfully, but these errors were encountered:
With adding more and more functions,
ValueExpressionVisitor
gets longish. We could split it up into two visitors. One for functions and one for literals, or similar.The text was updated successfully, but these errors were encountered: