Uses of Class
io.trino.sql.analyzer.Analysis.Range
Packages that use Analysis.Range
-
Uses of Analysis.Range in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return Analysis.RangeMethods in io.trino.sql.analyzer that return types with arguments of type Analysis.RangeModifier and TypeMethodDescriptionExpressionAnalyzer.getRanges()PatternRecognitionAnalysis.ranges()Returns the value of therangesrecord component.Method parameters in io.trino.sql.analyzer with type arguments of type Analysis.RangeModifier and TypeMethodDescriptionvoidAnalysis.setRanges(Map<NodeRef<RangeQuantifier>, Analysis.Range> quantifierRanges) Constructor parameters in io.trino.sql.analyzer with type arguments of type Analysis.RangeModifierConstructorDescriptionPatternRecognitionAnalysis(Set<String> allLabels, Set<String> undefinedLabels, Map<NodeRef<RangeQuantifier>, Analysis.Range> ranges) Creates an instance of aPatternRecognitionAnalysisrecord class.