Uses of Enum Class
io.trino.sql.jsonpath.tree.ArithmeticBinary.Operator
Packages that use ArithmeticBinary.Operator
-
Uses of ArithmeticBinary.Operator in io.trino.sql.jsonpath.tree
Subclasses with type arguments of type ArithmeticBinary.Operator in io.trino.sql.jsonpath.treeMethods in io.trino.sql.jsonpath.tree that return ArithmeticBinary.OperatorModifier and TypeMethodDescriptionArithmeticBinary.getOperator()static ArithmeticBinary.OperatorReturns the enum constant of this class with the specified name.static ArithmeticBinary.Operator[]ArithmeticBinary.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.jsonpath.tree with parameters of type ArithmeticBinary.OperatorModifierConstructorDescriptionArithmeticBinary(ArithmeticBinary.Operator operator, PathNode left, PathNode right)