Uses of Enum
io.trino.sql.tree.ArithmeticBinaryExpression.Operator
Packages that use ArithmeticBinaryExpression.Operator
-
Uses of ArithmeticBinaryExpression.Operator in io.trino.sql.tree
Methods in io.trino.sql.tree that return ArithmeticBinaryExpression.OperatorModifier and TypeMethodDescriptionArithmeticBinaryExpression.getOperator()Returns the enum constant of this type with the specified name.static ArithmeticBinaryExpression.Operator[]ArithmeticBinaryExpression.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type ArithmeticBinaryExpression.OperatorModifierConstructorDescriptionArithmeticBinaryExpression(ArithmeticBinaryExpression.Operator operator, Expression left, Expression right) ArithmeticBinaryExpression(NodeLocation location, ArithmeticBinaryExpression.Operator operator, Expression left, Expression right)