Uses of Class
io.trino.sql.tree.ExcludedPattern
-
Packages that use ExcludedPattern Package Description io.trino.sql io.trino.sql.tree -
-
Uses of ExcludedPattern in io.trino.sql
Methods in io.trino.sql with parameters of type ExcludedPattern Modifier and Type Method Description protected StringRowPatternFormatter.Formatter. visitExcludedPattern(ExcludedPattern node, Void context) -
Uses of ExcludedPattern in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type ExcludedPattern Modifier and Type Method Description protected RAstVisitor. visitExcludedPattern(ExcludedPattern node, C context)protected VoidDefaultTraversalVisitor. visitExcludedPattern(ExcludedPattern node, C context)
-