Package org.apache.beam.sdk.transforms.join
@DefaultAnnotation(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.apache.beam.sdk.transforms.join
Defines the
CoGroupByKey
transform for joining
multiple PCollections.-
ClassesClassDescriptionA row result of a
CoGroupByKey
.ACoder
forCoGbkResult
s.A schema for the results of aCoGroupByKey
.CoGroupByKey<K>APTransform
that performs aCoGroupByKey
on a tuple of tables.An immutable tuple of keyedPCollections
with key type K.A utility class to help ensure coherence of tag and input PCollection types.This corresponds to an integer union tag and value.A UnionCoder encodes RawUnionValues.