Record Class IrVariable

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

public record IrVariable(int field, Type type, RowExpression defaultValue) extends Record implements IrNode