Uses of Enum Class
io.trino.sql.ir.Logical.Operator
Packages that use Logical.Operator
-
Uses of Logical.Operator in io.trino.sql.ir
Methods in io.trino.sql.ir that return Logical.OperatorModifier and TypeMethodDescriptionLogical.Operator.flip()Logical.operator()Returns the value of theoperatorrecord component.static Logical.OperatorReturns the enum constant of this class with the specified name.static Logical.Operator[]Logical.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.ir with parameters of type Logical.OperatorModifier and TypeMethodDescriptionstatic ExpressionIrUtils.combinePredicates(Logical.Operator operator, Collection<Expression> expressions) static List<Expression> IrUtils.extractPredicates(Logical.Operator operator, Expression expression) static ExpressionIrUtils.logicalExpression(Logical.Operator operator, Collection<Expression> expressions) Constructors in io.trino.sql.ir with parameters of type Logical.OperatorModifierConstructorDescriptionLogical(Logical.Operator operator, List<Expression> terms) Creates an instance of aLogicalrecord class.