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.
translateToPlanCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.