public interface FileReadSchemaTransformFormatProvider extends Providers.Identifyable
PTransform
that reads in a PCollection
of FileIO.ReadableFile
s and outputs the data represented as a PCollection
of Row
s. Is
implemented by a registered AutoService
FileReadSchemaTransformFormatProvider
.Modifier and Type | Method and Description |
---|---|
PTransform<PCollection<FileIO.ReadableFile>,PCollection<Row>> |
buildTransform(FileReadSchemaTransformConfiguration configuration) |
identifier
PTransform<PCollection<FileIO.ReadableFile>,PCollection<Row>> buildTransform(FileReadSchemaTransformConfiguration configuration)