Uses of Class
io.trino.sql.jsonpath.tree.ArithmeticBinary.Operator
-
Packages that use ArithmeticBinary.Operator Package Description io.trino.sql.jsonpath.tree -
-
Uses of ArithmeticBinary.Operator in io.trino.sql.jsonpath.tree
Methods in io.trino.sql.jsonpath.tree that return ArithmeticBinary.Operator Modifier and Type Method Description ArithmeticBinary.OperatorArithmeticBinary. getOperator()static ArithmeticBinary.OperatorArithmeticBinary.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static ArithmeticBinary.Operator[]ArithmeticBinary.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.jsonpath.tree with parameters of type ArithmeticBinary.Operator Constructor Description ArithmeticBinary(ArithmeticBinary.Operator operator, PathNode left, PathNode right)
-