Record Class IrRepeat

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

public record IrRepeat(Optional<IrLabel> label, RowExpression condition, IrBlock block) extends Record implements IrStatement