Closed mattbishop closed 2 years ago
The rule arithmeticOperator
returns a SqlJsonPathArithmeticOperator
, which is part of interface Operation
. Where are SqlJsonPathArithmeticOperator
s being generated now?
The operator / operand / rhs bits have been replaced by WFF:
OperaX has connector, which is typed to SqlJsonPathArithmeticOperator
.
@JeffML arithmeticOperators()
is not necessary because each value of the image is the same as the enum. Also, its valid values are managed by the regex pattern so the method does nothing useful.