Uses of Class
io.trino.sql.tree.Row
-
Packages that use Row Package Description io.trino.sql io.trino.sql.tree -
-
Uses of Row in io.trino.sql
Methods in io.trino.sql that return Row Modifier and Type Method Description static RowQueryUtil. row(Expression... values)Methods in io.trino.sql with parameters of type Row Modifier and Type Method Description static ValuesQueryUtil. values(Row... row)protected StringExpressionFormatter.Formatter. visitRow(Row node, Void context) -
Uses of Row in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type Row Modifier and Type Method Description ExpressionExpressionRewriter. rewriteRow(Row node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitRow(Row node, C context)protected VoidDefaultTraversalVisitor. visitRow(Row node, C context)
-