下载
中文
注册

set_balance_gather

函数功能

设置节点balance gather属性,具有balance gather属性的UDF可以使用balance options设置负载均衡亲和输出。

函数原型

set_balance_gather(self) -> None

参数说明

返回值

返回None。

调用示例

import dataflow as df
flow_node = df.FlowNode(...)
flow_node.set_balance_gather()

约束说明

set_balance_scatter接口互斥。