从每个元素是tuple的PCollection转化成一个SchemaPCollection。 Args: pcollection (PCollection): 输入PCollection,每个元素是一个tuple fields (list): fields中每个元素是一个tuple(key, value), key是字段名,value是相应字段所用的serde, 若fields中每个元素是一个str表示字段名, 则表示所有类型都是可被marshal序列化的类型 Returns: SchemaPColl
(pcollection, fields)
source not stored for this graph (policy: none)
no test coverage detected