Record Class PatternRecognitionAnalysis

java.lang.Object
java.lang.Record
io.trino.sql.analyzer.PatternRecognitionAnalysis

public record PatternRecognitionAnalysis(Set<String> allLabels, Set<String> undefinedLabels, Map<NodeRef<RangeQuantifier>,Analysis.Range> ranges) extends Record