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