@PublicEvolving public class CsvBatchTableSourceFactory extends CsvTableSourceFactoryBase implements BatchTableSourceFactory<org.apache.flink.types.Row>
CsvTableSource in a batch environment.| Constructor and Description |
|---|
CsvBatchTableSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
BatchTableSource<org.apache.flink.types.Row> |
createBatchTableSource(Map<String,String> properties)
Creates and configures a
BatchTableSource using the given properties. |
createTableSource, requiredContext, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSourcepublic BatchTableSource<org.apache.flink.types.Row> createBatchTableSource(Map<String,String> properties)
BatchTableSourceFactoryBatchTableSource using the given properties.createBatchTableSource in interface BatchTableSourceFactory<org.apache.flink.types.Row>properties - normalized properties describing a batch table source.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.