Package org.apache.calcite.rel.rules
Class ProjectCorrelateTransposeRule.RelNodesExprsHandler
java.lang.Object
org.apache.calcite.rel.RelShuttleImpl
org.apache.calcite.rel.rules.ProjectCorrelateTransposeRule.RelNodesExprsHandler
- All Implemented Interfaces:
RelShuttle
- Enclosing class:
ProjectCorrelateTransposeRule
Visitor for RelNodes which applies specified
RexShuttle visitor
for every node in the tree.-
Field Summary
Fields inherited from class org.apache.calcite.rel.RelShuttleImpl
stack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RelNodevisitChild(RelNode parent, int i, RelNode input) Visits a particular child of a parent.
-
Constructor Details
-
RelNodesExprsHandler
-
-
Method Details
-
visitChild
Description copied from class:RelShuttleImplVisits a particular child of a parent.- Overrides:
visitChildin classRelShuttleImpl
-