Uses of Class
io.trino.sql.planner.rowpattern.ir.IrLabel
-
Packages that use IrLabel Package Description io.trino.operator.window.matcher io.trino.sql.planner.plan io.trino.sql.planner.rowpattern io.trino.sql.planner.rowpattern.ir -
-
Uses of IrLabel in io.trino.operator.window.matcher
Method parameters in io.trino.operator.window.matcher with type arguments of type IrLabel Modifier and Type Method Description static ProgramIrRowPatternToProgramRewriter. rewrite(IrRowPattern node, Map<IrLabel,Integer> labelMapping) -
Uses of IrLabel in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type IrLabel Modifier and Type Method Description Optional<IrLabel>PatternRecognitionNode. getSkipToLabel()Map<IrLabel,Set<IrLabel>>PatternRecognitionNode. getSubsets()Map<IrLabel,Set<IrLabel>>PatternRecognitionNode. getSubsets()Map<IrLabel,LogicalIndexExtractor.ExpressionAndValuePointers>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 IrLabel Modifier and Type Method Description Set<IrLabel>LogicalIndexPointer. getLabels()Method parameters in io.trino.sql.planner.rowpattern with type arguments of type IrLabel Modifier and Type Method Description static LogicalIndexExtractor.ExpressionAndValuePointersLogicalIndexExtractor. rewrite(Expression expression, Map<IrLabel,Set<IrLabel>> subsets, SymbolAllocator symbolAllocator)static LogicalIndexExtractor.ExpressionAndValuePointersLogicalIndexExtractor. rewrite(Expression expression, Map<IrLabel,Set<IrLabel>> subsets, SymbolAllocator symbolAllocator)LogicalIndexNavigationLogicalIndexPointer. toLogicalIndexNavigation(Map<IrLabel,Integer> mapping)Constructor parameters in io.trino.sql.planner.rowpattern with type arguments of type IrLabel Constructor Description 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 IrLabel Modifier and Type Method Description protected RIrRowPatternVisitor. visitIrLabel(IrLabel node, C context)
-