Uses of Class
io.trino.sql.planner.rowpattern.ir.IrLabel
Packages that use IrLabel
Package
Description
-
Uses of IrLabel in io.trino.operator.window.matcher
Method parameters in io.trino.operator.window.matcher with type arguments of type IrLabel -
Uses of IrLabel in io.trino.operator.window.pattern
Constructor parameters in io.trino.operator.window.pattern with type arguments of type IrLabelModifierConstructorDescriptionSetEvaluatorSupplier(AggregatedSetDescriptor setDescriptor, Map<IrLabel, Integer> mapping) -
Uses of IrLabel in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type IrLabelModifier and TypeMethodDescriptionPatternRecognitionNode.getSkipToLabels()PatternRecognitionNode.getVariableDefinitions() -
Uses of IrLabel in io.trino.sql.planner.rowpattern
Methods in io.trino.sql.planner.rowpattern that return types with arguments of type IrLabelModifier and TypeMethodDescriptionAggregatedSetDescriptor.getLabels()LogicalIndexPointer.getLabels()Method parameters in io.trino.sql.planner.rowpattern with type arguments of type IrLabelModifier and TypeMethodDescriptionLogicalIndexPointer.toLogicalIndexNavigation(Map<IrLabel, Integer> mapping) Constructor parameters in io.trino.sql.planner.rowpattern with type arguments of type IrLabelModifierConstructorDescriptionAggregatedSetDescriptor(Set<IrLabel> labels, boolean running) LogicalIndexPointer(Set<IrLabel> labels, boolean last, boolean running, int logicalOffset, int physicalOffset) -
Uses of IrLabel in io.trino.sql.planner.rowpattern.ir
Methods in io.trino.sql.planner.rowpattern.ir with parameters of type IrLabelModifier and TypeMethodDescriptionprotected RIrRowPatternVisitor.visitIrLabel(IrLabel node, C context)