Record Class ApplyNode.QuantifiedComparison

java.lang.Object
java.lang.Record
io.trino.sql.planner.plan.ApplyNode.QuantifiedComparison
All Implemented Interfaces:
ApplyNode.SetExpression
Enclosing class:
ApplyNode

public static record ApplyNode.QuantifiedComparison(ApplyNode.Operator operator, ApplyNode.Quantifier quantifier, Symbol value, Symbol reference) extends Record implements ApplyNode.SetExpression