public interface DelegateOperatorTransformation<OUT>
Transformation
that don't have an operator entity,
DelegateOperatorTransformation
provides a SimpleOperatorFactory
containing a
DelegateOperatorTransformation.DelegateOperator
, which can hold special configurations during transformation
preprocessing for Python jobs, and later be queried at translation stage. Currently, those
configurations include OutputTag
s, numPartitions
and general Configuration
.Modifier and Type | Interface and Description |
---|---|
static class |
DelegateOperatorTransformation.DelegateOperator<OUT>
DelegateOperatorTransformation.DelegateOperator holds configurations, e.g. |
Modifier and Type | Method and Description |
---|---|
static void |
configureOperator(DelegateOperatorTransformation<?> transformation,
AbstractPythonFunctionOperator<?> operator) |
SimpleOperatorFactory<OUT> |
getOperatorFactory() |
SimpleOperatorFactory<OUT> getOperatorFactory()
static void configureOperator(DelegateOperatorTransformation<?> transformation, AbstractPythonFunctionOperator<?> operator)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.