Record Class IrRoutine

java.lang.Object
java.lang.Record
io.trino.sql.routine.ir.IrRoutine
All Implemented Interfaces:
IrNode

public record IrRoutine(Type returnType, List<IrVariable> parameters, IrStatement body) extends Record implements IrNode