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