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