Executes a relational expression and prints the output. The default implementation does nothing. @param rel Relational expression
(RelNode rel)
| 183 | * @param rel Relational expression |
| 184 | */ |
| 185 | protected void dump(RelNode rel) { |
| 186 | } |
| 187 | |
| 188 | private ImmutableList<ImmutableList<RexLiteral>> tuples( |
| 189 | Ast.ValuesStmt valuesStmt, RelDataType rowType) { |