Uses of Class
io.trino.sql.tree.SearchedCaseExpression
-
Packages that use SearchedCaseExpression Package Description io.trino.sql io.trino.sql.tree -
-
Uses of SearchedCaseExpression in io.trino.sql
Methods in io.trino.sql with parameters of type SearchedCaseExpression Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitSearchedCaseExpression(SearchedCaseExpression node, Void context) -
Uses of SearchedCaseExpression in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type SearchedCaseExpression Modifier and Type Method Description ExpressionExpressionRewriter. rewriteSearchedCaseExpression(SearchedCaseExpression node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitSearchedCaseExpression(SearchedCaseExpression node, C context)protected VoidDefaultTraversalVisitor. visitSearchedCaseExpression(SearchedCaseExpression node, C context)
-