Interface FileReadSchemaTransformFormatProvider
- All Superinterfaces:
 Providers.Identifyable
- All Known Implementing Classes:
 AvroReadSchemaTransformFormatProvider,JsonReadSchemaTransformFormatProvider,LineReadSchemaTransformFormatProvider,ParquetReadSchemaTransformFormatProvider
Interface that provides a 
PTransform that reads in a PCollection of FileIO.ReadableFiles and outputs the data represented as a PCollection of Rows. Is
 implemented by a registered AutoService FileReadSchemaTransformFormatProvider.- 
Method Summary
Modifier and TypeMethodDescriptionbuildTransform(FileReadSchemaTransformConfiguration configuration) Methods inherited from interface org.apache.beam.sdk.schemas.io.Providers.Identifyable
identifier 
- 
Method Details
- 
buildTransform
PTransform<PCollection<FileIO.ReadableFile>,PCollection<Row>> buildTransform(FileReadSchemaTransformConfiguration configuration)  
 -