Package io.trino.sql.analyzer
Class PatternRecognitionAnalyzer.PatternRecognitionAnalysis
- java.lang.Object
-
- io.trino.sql.analyzer.PatternRecognitionAnalyzer.PatternRecognitionAnalysis
-
- Enclosing class:
- PatternRecognitionAnalyzer
public static class PatternRecognitionAnalyzer.PatternRecognitionAnalysis extends Object
-
-
Constructor Summary
Constructors Constructor Description PatternRecognitionAnalysis(Set<String> allLabels, Set<String> undefinedLabels, Map<NodeRef<RangeQuantifier>,Analysis.Range> ranges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAllLabels()Map<NodeRef<RangeQuantifier>,Analysis.Range>getRanges()Set<String>getUndefinedLabels()
-
-
-
Constructor Detail
-
PatternRecognitionAnalysis
public PatternRecognitionAnalysis(Set<String> allLabels, Set<String> undefinedLabels, Map<NodeRef<RangeQuantifier>,Analysis.Range> ranges)
-
-
Method Detail
-
getRanges
public Map<NodeRef<RangeQuantifier>,Analysis.Range> getRanges()
-
-