用户可以传递一个字典,key表示要修改的字段,value是一个自定义函数用于修改值 update将返回原本SchemaPCollection的所有字段,需要修改的字段更新为新值,不需要修改的 字段保留原本的值 也可以直接传递一个function表示修改逻辑 Args: pcollection: PCollection(SchemaPCollection) update_fn: Python Dict or or Python Object or Function Returns: pcolle
(pcollection, update_fn, *args)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected