FileSource. It is kept only to
support tests for the legacy connector stack.@Internal public class CsvBatchTableSourceFactory extends CsvTableSourceFactoryBase implements StreamTableSourceFactory<org.apache.flink.types.Row>
CsvTableSource in a batch environment.| Constructor and Description |
|---|
CsvBatchTableSourceFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StreamTableSource<org.apache.flink.types.Row> |
createStreamTableSource(Map<String,String> properties)
Deprecated.
Creates and configures a
StreamTableSource using the given properties. |
createTableSource, getFieldLogicalTypes, requiredContext, supportedPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableSourcepublic 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–2023 The Apache Software Foundation. All rights reserved.