FileSource
. It is kept only to
support tests for the legacy connector stack.@Internal public class CsvBatchTableSourceFactory extends CsvTableSourceFactoryBase implements StreamTableSourceFactory<Row>
CsvTableSource
in a batch environment.TableSourceFactory.Context
Constructor and Description |
---|
CsvBatchTableSourceFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
createStreamTableSource(Map<String,String> properties)
Deprecated.
Creates and configures a
StreamTableSource using the given properties. |
createTableSource, getFieldLogicalTypes, requiredContext, supportedProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTableSource
createTableSource, createTableSource
requiredContext, supportedProperties
public StreamTableSource<Row> createStreamTableSource(Map<String,String> properties)
StreamTableSourceFactory
StreamTableSource
using the given properties.createStreamTableSource
in interface StreamTableSourceFactory<Row>
properties
- normalized properties describing a stream table source.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.