Function flattenPValue

  • Returns a PValue as a flat object with string keys and PCollection values.

    The full set of PCollections reachable by this PValue will be returned, with keys corresponding roughly to the path taken to get there.

    Type Parameters

    • T

    Parameters

    • pValue: PValue<T>
    • prefix: string = ""

    Returns {
        [key: string]: PCollection<T>;
    }

Generated using TypeDoc