Class PrepareWrite<InputT,DestinationT extends @NonNull Object,OutputT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<InputT>,PCollection<KV<DestinationT,OutputT>>>
org.apache.beam.sdk.io.gcp.bigquery.PrepareWrite<InputT,DestinationT,OutputT>
All Implemented Interfaces:
Serializable, HasDisplayData

public class PrepareWrite<InputT,DestinationT extends @NonNull Object,OutputT> extends PTransform<PCollection<InputT>,PCollection<KV<DestinationT,OutputT>>>
Prepare an input PCollection for writing to BigQuery. Use the table function to determine which tables each element is written to, and format the element into a TableRow using the user-supplied format function.
See Also: