Uses of Class
io.trino.sql.tree.PatternSearchMode
-
Packages that use PatternSearchMode Package Description io.trino.sql.tree -
-
Uses of PatternSearchMode in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type PatternSearchMode Modifier and Type Method Description Optional<PatternSearchMode>PatternRecognitionRelation. getPatternSearchMode()Methods in io.trino.sql.tree with parameters of type PatternSearchMode Modifier and Type Method Description protected RAstVisitor. visitPatternSearchMode(PatternSearchMode node, C context)
-