Uses of Record Class
io.trino.sql.routine.ir.IrLabel
Packages that use IrLabel
-
Uses of IrLabel in io.trino.sql.routine.ir
Methods in io.trino.sql.routine.ir that return IrLabelModifier and TypeMethodDescriptionIrBreak.target()Returns the value of thetargetrecord component.IrContinue.target()Returns the value of thetargetrecord component.Methods in io.trino.sql.routine.ir that return types with arguments of type IrLabelModifier and TypeMethodDescriptionIrBlock.label()Returns the value of thelabelrecord component.IrLoop.label()Returns the value of thelabelrecord component.IrRepeat.label()Returns the value of thelabelrecord component.IrWhile.label()Returns the value of thelabelrecord component.Constructors in io.trino.sql.routine.ir with parameters of type IrLabelModifierConstructorDescriptionCreates an instance of aIrBreakrecord class.IrContinue(IrLabel target) Creates an instance of aIrContinuerecord class.Constructor parameters in io.trino.sql.routine.ir with type arguments of type IrLabelModifierConstructorDescriptionIrBlock(Optional<IrLabel> label, List<IrVariable> variables, List<IrStatement> statements) Creates an instance of aIrBlockrecord class.Creates an instance of aIrLooprecord class.IrRepeat(Optional<IrLabel> label, RowExpression condition, IrBlock block) Creates an instance of aIrRepeatrecord class.IrWhile(Optional<IrLabel> label, RowExpression condition, IrBlock body) Creates an instance of aIrWhilerecord class.