Uses of Class
io.trino.sql.tree.PatternQuantifier
-
Packages that use PatternQuantifier Package Description io.trino.sql.tree -
-
Uses of PatternQuantifier in io.trino.sql.tree
Subclasses of PatternQuantifier in io.trino.sql.tree Modifier and Type Class Description classOneOrMoreQuantifierclassRangeQuantifierclassZeroOrMoreQuantifierclassZeroOrOneQuantifierMethods in io.trino.sql.tree that return PatternQuantifier Modifier and Type Method Description PatternQuantifierQuantifiedPattern. getPatternQuantifier()Methods in io.trino.sql.tree with parameters of type PatternQuantifier Modifier and Type Method Description protected RAstVisitor. visitPatternQuantifier(PatternQuantifier node, C context)Constructors in io.trino.sql.tree with parameters of type PatternQuantifier Constructor Description QuantifiedPattern(NodeLocation location, RowPattern pattern, PatternQuantifier patternQuantifier)
-