Uses of Enum
io.trino.sql.tree.LogicalExpression.Operator
Packages that use LogicalExpression.Operator
-
Uses of LogicalExpression.Operator in io.trino.sql.tree
Methods in io.trino.sql.tree that return LogicalExpression.OperatorModifier and TypeMethodDescriptionLogicalExpression.Operator.flip()LogicalExpression.getOperator()static LogicalExpression.OperatorReturns 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.OperatorModifierConstructorDescriptionLogicalExpression(LogicalExpression.Operator operator, List<Expression> terms) LogicalExpression(NodeLocation location, LogicalExpression.Operator operator, List<Expression> terms)