Groups all elements of the input PCollection together.

This is generally used with one or more combining specifications, as one loses parallelization benefits in bringing all elements of a distributed PCollection together on a single machine.

Type Parameters

  • T

Hierarchy

Constructors

Properties

beamName: string | (() => string)

Methods

  • Type Parameters

    • I

    Parameters

    • expr: string | ((element: T) => I)
    • combiner: Combiner<I>
    • resultName: string

    Returns GroupByAndCombine<unknown, unknown>

Generated using TypeDoc