Uses of Class
io.trino.sql.tree.LogicalBinaryExpression.Operator
-
Packages that use LogicalBinaryExpression.Operator Package Description io.trino.sql.tree -
-
Uses of LogicalBinaryExpression.Operator in io.trino.sql.tree
Methods in io.trino.sql.tree that return LogicalBinaryExpression.Operator Modifier and Type Method Description LogicalBinaryExpression.OperatorLogicalBinaryExpression.Operator. flip()LogicalBinaryExpression.OperatorLogicalBinaryExpression. getOperator()static LogicalBinaryExpression.OperatorLogicalBinaryExpression.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalBinaryExpression.Operator[]LogicalBinaryExpression.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 LogicalBinaryExpression.Operator Constructor Description LogicalBinaryExpression(LogicalBinaryExpression.Operator operator, Expression left, Expression right)LogicalBinaryExpression(NodeLocation location, LogicalBinaryExpression.Operator operator, Expression left, Expression right)
-