@Internal
public interface FileWriteSchemaTransformFormatProvider
extends org.apache.beam.sdk.schemas.io.Providers.Identifyable
PTransform that writes a PCollection of Rows and outputs a
PCollection of the file names according to a registered AutoService FileWriteSchemaTransformFormatProvider
implementation. See FileWriteSchemaTransformFormatProviders for a list of available
formats.| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row>,org.apache.beam.sdk.values.PCollection<java.lang.String>> |
buildTransform(FileWriteSchemaTransformConfiguration configuration,
org.apache.beam.sdk.schemas.Schema schema)
Builds a
PTransform that writes a Row PCollection and outputs the
resulting PCollection of the file names. |
org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row>,org.apache.beam.sdk.values.PCollection<java.lang.String>> buildTransform(FileWriteSchemaTransformConfiguration configuration, org.apache.beam.sdk.schemas.Schema schema)
PTransform that writes a Row PCollection and outputs the
resulting PCollection of the file names.