FileSource
. It is kept only to
support tests for the legacy connector stack.@Internal public class CsvAppendTableSourceFactory extends CsvTableSourceFactoryBase implements StreamTableSourceFactory<Row>
CsvTableSource
in a stream environment.TableSourceFactory.Context
Constructor and Description |
---|
CsvAppendTableSourceFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StreamTableSource<Row> |
createStreamTableSource(Map<String,String> properties)
Deprecated.
Creates and configures a
StreamTableSource using the given properties. |
Map<String,String> |
requiredContext()
Deprecated.
Specifies the context that this factory has been implemented for.
|
createTableSource, getFieldLogicalTypes, supportedProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTableSource
createTableSource, createTableSource
supportedProperties
public Map<String,String> requiredContext()
TableFactory
Typical properties might be: - connector.type - format.type
Specified property versions allow the framework to provide backwards compatible properties in case of string format changes: - connector.property-version - format.property-version
An empty context means that the factory matches for all requests.
requiredContext
in interface TableFactory
requiredContext
in class CsvTableSourceFactoryBase
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.