Package org.apache.beam.sdk.extensions.joinlibrary


package org.apache.beam.sdk.extensions.joinlibrary
Utilities for performing SQL-style joins of keyed PCollections.
  • Classes
    Class
    Description
    Utility class with different versions of joins.
    PTransform representing a full outer join of two collections of KV elements.
    PTransform representing an inner join of two collections of KV elements.
    PTransform representing a left outer join of two collections of KV elements.
    PTransform representing a right outer join of two collections of KV elements.