exasol/sql-statement-builder

Refactor `ValueExpressionVisitor`

jakobbraun opened this issue · 0 comments

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.