Uses of Class
io.prestosql.sql.tree.ArrayConstructor
-
Packages that use ArrayConstructor Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of ArrayConstructor in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type ArrayConstructor Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitArrayConstructor(ArrayConstructor node, java.lang.Void context) -
Uses of ArrayConstructor in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree with parameters of type ArrayConstructor Modifier and Type Method Description ExpressionExpressionRewriter. rewriteArrayConstructor(ArrayConstructor node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitArrayConstructor(ArrayConstructor node, C context)protected java.lang.VoidDefaultTraversalVisitor. visitArrayConstructor(ArrayConstructor node, C context)
-