Uses of Enum Class
io.trino.sql.planner.plan.ApplyNode.Operator
Packages that use ApplyNode.Operator
-
Uses of ApplyNode.Operator in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return ApplyNode.OperatorModifier and TypeMethodDescriptionApplyNode.QuantifiedComparison.operator()Returns the value of theoperatorrecord component.static ApplyNode.OperatorReturns the enum constant of this class with the specified name.static ApplyNode.Operator[]ApplyNode.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.plan with parameters of type ApplyNode.OperatorModifierConstructorDescriptionQuantifiedComparison(ApplyNode.Operator operator, ApplyNode.Quantifier quantifier, Symbol value, Symbol reference) Creates an instance of aQuantifiedComparisonrecord class.