Flatten
Merges multiple PCollection
objects into a single logical
PCollection
. A transform for PCollection
objects
that store the same data type.
See more information in the Beam Programming Guide.
Examples
Related transforms
- FlatMap applies a simple 1-to-many mapping function over each element in the collection. This transform might produce zero or more outputs.
Last updated on 2024/12/06
Have you found everything you were looking for?
Was it all useful and clear? Is there anything that you would like to change? Let us know!