Package | Description |
---|---|
org.apache.flink.table.planner.plan.nodes.exec | |
org.apache.flink.table.planner.plan.nodes.exec.visitor |
Modifier and Type | Class and Description |
---|---|
class |
ExecNodeGraphValidator
This class validates the
ExecNodeGraph . |
Modifier and Type | Method and Description |
---|---|
void |
ExecNode.accept(ExecNodeVisitor visitor)
Accepts a visit from a
ExecNodeVisitor . |
void |
ExecNodeBase.accept(ExecNodeVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecNodeExactlyOnceVisitor
Implement of
ExecNodeVisitor . |
class |
ExecNodeVisitorImpl
Implement of
ExecNodeVisitor . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.