set_balance_scatter
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets the balance scatter attribute. The UDF with the balance scatter attribute can use balance options to set the load balancing output.
Prototype
1 | set_balance_scatter(self) -> None |
Parameters
None
Returns
None is returned.
Examples
1 2 3 | import dataflow as df flow_node = df.FlowNode(...) flow_node.set_balance_scatter() |
Constraints
This API and set_balance_gather are mutually exclusive.
Parent topic: dataflow.FlowNode