Interface FileReadSchemaTransformFormatProvider

All Superinterfaces:
Providers.Identifyable
All Known Implementing Classes:
AvroReadSchemaTransformFormatProvider, JsonReadSchemaTransformFormatProvider, LineReadSchemaTransformFormatProvider, ParquetReadSchemaTransformFormatProvider

public interface FileReadSchemaTransformFormatProvider extends Providers.Identifyable
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.