Class CsvBatchTableSourceFactory

java.lang.Object
org.apache.flink.table.sources.CsvTableSourceFactoryBase
org.apache.flink.table.sources.CsvBatchTableSourceFactory
All Implemented Interfaces:
StreamTableSourceFactory<org.apache.flink.types.Row>, org.apache.flink.table.legacy.factories.TableFactory, org.apache.flink.table.legacy.factories.TableSourceFactory<org.apache.flink.types.Row>

@Internal public class CsvBatchTableSourceFactory extends CsvTableSourceFactoryBase implements StreamTableSourceFactory<org.apache.flink.types.Row>
Deprecated.
The legacy CSV connector has been replaced by FileSource. It is kept only to support tests for the legacy connector stack.
Factory for creating configured instances of CsvTableSource in a batch environment.
  • Constructor Details

    • CsvBatchTableSourceFactory

      public CsvBatchTableSourceFactory()
      Deprecated.
  • Method Details