Uses of Record Class
io.trino.sql.routine.ir.IrBlock
Packages that use IrBlock
-
Uses of IrBlock in io.trino.sql.routine.ir
Methods in io.trino.sql.routine.ir that return IrBlockModifier and TypeMethodDescriptionIrLoop.block()Returns the value of theblockrecord component.IrRepeat.block()Returns the value of theblockrecord component.IrWhile.body()Returns the value of thebodyrecord component.Methods in io.trino.sql.routine.ir with parameters of type IrBlockModifier and TypeMethodDescriptionDefaultIrNodeVisitor.visitBlock(IrBlock node, Void context) default RIrNodeVisitor.visitBlock(IrBlock node, C context) Constructors in io.trino.sql.routine.ir with parameters of type IrBlockModifierConstructorDescriptionCreates 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.