Interface SystemFieldInputSource

All Superinterfaces:
InputSource
All Known Implementing Classes:
CloudObjectInputSource, HttpInputSource, LocalInputSource

public interface SystemFieldInputSource extends InputSource
An InputSource that can generate system fields. Implementations of InputSource.reader(InputRowSchema, InputFormat, File) tend to create a decorator factory using SystemFieldDecoratorFactory.fromInputSource(SystemFieldInputSource) on "this" and then pass it to InputEntityIteratingReader.