Uses of Class
io.trino.sql.tree.ArithmeticBinaryExpression.Operator
-
Packages that use ArithmeticBinaryExpression.Operator Package Description io.trino.sql.tree -
-
Uses of ArithmeticBinaryExpression.Operator in io.trino.sql.tree
Methods in io.trino.sql.tree that return ArithmeticBinaryExpression.Operator Modifier and Type Method Description ArithmeticBinaryExpression.OperatorArithmeticBinaryExpression. getOperator()static ArithmeticBinaryExpression.OperatorArithmeticBinaryExpression.Operator. valueOf(String name)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.Operator Constructor Description ArithmeticBinaryExpression(ArithmeticBinaryExpression.Operator operator, Expression left, Expression right)ArithmeticBinaryExpression(NodeLocation location, ArithmeticBinaryExpression.Operator operator, Expression left, Expression right)
-