Class CsvBatchTableSinkFactory

  • All Implemented Interfaces:
    StreamTableSinkFactory<org.apache.flink.types.Row>, org.apache.flink.table.legacy.factories.TableFactory, org.apache.flink.table.legacy.factories.TableSinkFactory<org.apache.flink.types.Row>

    @Internal
    @Deprecated
    public class CsvBatchTableSinkFactory
    extends CsvTableSinkFactoryBase
    implements StreamTableSinkFactory<org.apache.flink.types.Row>
    Deprecated.
    The legacy CSV connector has been replaced by FileSink. It is kept only to support tests for the legacy connector stack.
    Factory base for creating configured instances of CsvTableSink in a batch environment.
    • Constructor Detail

      • CsvBatchTableSinkFactory

        public CsvBatchTableSinkFactory()
        Deprecated.