Uses of Enum Class
io.trino.sql.planner.plan.ApplyNode.Quantifier
Packages that use ApplyNode.Quantifier
-
Uses of ApplyNode.Quantifier in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return ApplyNode.QuantifierModifier and TypeMethodDescriptionApplyNode.QuantifiedComparison.quantifier()Returns the value of thequantifierrecord component.static ApplyNode.QuantifierReturns the enum constant of this class with the specified name.static ApplyNode.Quantifier[]ApplyNode.Quantifier.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.QuantifierModifierConstructorDescriptionQuantifiedComparison(ApplyNode.Operator operator, ApplyNode.Quantifier quantifier, Symbol value, Symbol reference) Creates an instance of aQuantifiedComparisonrecord class.