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

Method accept

core/src/main/java/org/apache/calcite/rel/RelNode.java:410–410  ·  view source on GitHub ↗

Accepts a visit from a shuttle. @param shuttle Shuttle @return A copy of this node incorporating changes made by the shuttle to this node's children

(RelShuttle shuttle)

Source from the content-addressed store, hash-verified

408 * this node's children
409 */
410 RelNode accept(RelShuttle shuttle);
411
412 /**
413 * Accepts a visit from a shuttle. If the shuttle updates expression, then

Implementers 1

AbstractRelNodecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls