Uses of Class
io.prestosql.sql.tree.SearchedCaseExpression
-
Packages that use SearchedCaseExpression Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of SearchedCaseExpression in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type SearchedCaseExpression Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitSearchedCaseExpression(SearchedCaseExpression node, java.lang.Void context) -
Uses of SearchedCaseExpression in io.prestosql.sql.tree
Methods in io.prestosql.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 java.lang.VoidDefaultTraversalVisitor. visitSearchedCaseExpression(SearchedCaseExpression node, C context)
-