@Internal public interface FileWriteSchemaTransformFormatProvider extends Providers.Identifyable
PTransform
that writes a PCollection
of Row
s 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 |
---|---|
PTransform<PCollection<Row>,PCollection<java.lang.String>> |
buildTransform(FileWriteSchemaTransformConfiguration configuration,
Schema schema)
Builds a
PTransform that writes a Row PCollection and outputs the
resulting PCollection of the file names. |
identifier
PTransform<PCollection<Row>,PCollection<java.lang.String>> buildTransform(FileWriteSchemaTransformConfiguration configuration, Schema schema)
PTransform
that writes a Row
PCollection
and outputs the
resulting PCollection
of the file names.