Uses of Record Class
io.trino.sql.routine.ir.IrVariable
Packages that use IrVariable
-
Uses of IrVariable in io.trino.sql.routine.ir
Methods in io.trino.sql.routine.ir that return IrVariableModifier and TypeMethodDescriptionIrSet.target()Returns the value of thetargetrecord component.Methods in io.trino.sql.routine.ir that return types with arguments of type IrVariableModifier and TypeMethodDescriptionIrRoutine.parameters()Returns the value of theparametersrecord component.IrBlock.variables()Returns the value of thevariablesrecord component.Methods in io.trino.sql.routine.ir with parameters of type IrVariableModifier and TypeMethodDescriptionDefaultIrNodeVisitor.visitVariable(IrVariable node, Void context) default RIrNodeVisitor.visitVariable(IrVariable node, C context) Constructors in io.trino.sql.routine.ir with parameters of type IrVariableModifierConstructorDescriptionIrSet(IrVariable target, RowExpression value) Creates an instance of aIrSetrecord class.Constructor parameters in io.trino.sql.routine.ir with type arguments of type IrVariableModifierConstructorDescriptionIrBlock(List<IrVariable> variables, List<IrStatement> statements) IrBlock(Optional<IrLabel> label, List<IrVariable> variables, List<IrStatement> statements) Creates an instance of aIrBlockrecord class.IrRoutine(Type returnType, List<IrVariable> parameters, IrStatement body) Creates an instance of aIrRoutinerecord class.