Class CreateTableDestinations<DestinationT,​ElementT>

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData

    public class CreateTableDestinations<DestinationT,​ElementT>
    extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<DestinationT,​ElementT>>,​org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<DestinationT,​ElementT>>>
    Creates any tables needed before performing writes to the tables. This is a side-effect DoFn, and returns the original collection unchanged.
    See Also:
    Serialized Form