Record Class IrIf

java.lang.Object
java.lang.Record
io.trino.sql.routine.ir.IrIf
All Implemented Interfaces:
IrNode, IrStatement

public record IrIf(RowExpression condition, IrStatement ifTrue, Optional<IrStatement> ifFalse) extends Record implements IrStatement