T - The type of the elements that result from this translator.@Internal
public interface ExecNodeTranslator<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.dag.Transformation<T> |
translateToPlan(org.apache.flink.table.delegation.Planner planner)
Translates this node into a
Transformation. |
org.apache.flink.api.dag.Transformation<T> translateToPlan(org.apache.flink.table.delegation.Planner planner)
Transformation.
NOTE: This method should return same translate result if called multiple times.
planner - The Planner of the translated graph.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.