MCPcopy Create free account
hub / github.com/apache/calcite / dump

Method dump

piglet/src/main/java/org/apache/calcite/piglet/Handler.java:185–186  ·  view source on GitHub ↗

Executes a relational expression and prints the output. The default implementation does nothing. @param rel Relational expression

(RelNode rel)

Source from the content-addressed store, hash-verified

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) {

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected