对多个输入SchemaPCollection进行协同分组,返回一个PTable表示分组结果 PTable的value为所有输入PCollection cogroup会按照输入字段来group到一起 Args: *pcollection (SchemaPCollection): 输入的多个SchemaPCollection **options: 配置选项,需要配置fields=str/tuple/list(一个列表、元组、一个逗号分隔的字符串,表示要group的字段) Returns: PTable:
(*pcollections, **options)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected