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