T
- The type of the elements that result from this translator.@Internal public interface SingleTransformationTranslator<T> extends ExecNodeTranslator<T>
ExecNodeTranslator
that will generate only ONE Transformation
.
This interface is just an convention that this translator will always return one Transformation, while the planner does not check the result.
translateToPlan
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.