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