- Type Parameters:
K - Type of the key for both collections
V1 - Type of the values for the left collection.
V2 - Type of the values for the right collection.
- All Implemented Interfaces:
- java.io.Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData
- Enclosing class:
- Join
public static class Join.LeftOuterJoin<K,V1,V2>
extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<K,V1>>,org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<K,org.apache.beam.sdk.values.KV<V1,V2>>>>
PTransform representing a left outer join of two collections of KV elements.
- See Also:
- Serialized Form