Uses of Enum Class
io.trino.sql.tree.LogicalExpression.Operator
Packages that use LogicalExpression.Operator
-
Uses of LogicalExpression.Operator in io.trino.sql.tree
Subclasses with type arguments of type LogicalExpression.Operator in io.trino.sql.treeMethods in io.trino.sql.tree that return LogicalExpression.OperatorModifier and TypeMethodDescriptionLogicalExpression.Operator.flip()LogicalExpression.getOperator()static LogicalExpression.OperatorReturns the enum constant of this class with the specified name.static LogicalExpression.Operator[]LogicalExpression.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type LogicalExpression.OperatorModifierConstructorDescriptionLogicalExpression(NodeLocation location, LogicalExpression.Operator operator, List<Expression> terms)