Class ArithmeticBinary
java.lang.Object
io.trino.sql.jsonpath.tree.PathNode
io.trino.sql.jsonpath.tree.ArithmeticBinary
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionArithmeticBinary(ArithmeticBinary.Operator operator, PathNode left, PathNode right) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(JsonPathTreeVisitor<R, C> visitor, C context) getLeft()getRight()