FileSource. It is kept only to
support tests for the legacy connector stack.@Internal public class CsvAppendTableSourceFactory extends CsvTableSourceFactoryBase implements StreamTableSourceFactory<org.apache.flink.types.Row>
CsvTableSource in a stream environment.| 构造器和说明 |
|---|
CsvAppendTableSourceFactory()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, getFieldLogicalTypes, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSourcepublic Map<String,String> requiredContext()
requiredContext 在接口中 org.apache.flink.table.factories.TableFactoryrequiredContext 在类中 CsvTableSourceFactoryBasepublic StreamTableSource<org.apache.flink.types.Row> createStreamTableSource(Map<String,String> properties)
StreamTableSourceFactoryStreamTableSource using the given properties.createStreamTableSource 在接口中 StreamTableSourceFactory<org.apache.flink.types.Row>properties - normalized properties describing a stream table source.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.