| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static Row |
QueryUtil.row(Expression... values) |
| Modifier and Type | Method and Description |
|---|---|
static Values |
QueryUtil.values(Row... row) |
protected String |
ExpressionFormatter.Formatter.visitRow(Row node,
Void context) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionRewriter.rewriteRow(Row node,
C context,
ExpressionTreeRewriter<C> treeRewriter) |
protected R |
DefaultTraversalVisitor.visitRow(Row node,
C context) |
protected R |
AstVisitor.visitRow(Row node,
C context) |
Copyright © 2012–2023. All rights reserved.