FileSource. It is kept only to
support tests for the legacy connector stack.@Internal @Deprecated public abstract class CsvTableSourceFactoryBase extends Object implements org.apache.flink.table.factories.TableFactory
CsvTableSource.| Constructor and Description |
|---|
CsvTableSourceFactoryBase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CsvTableSource |
createTableSource(Boolean isStreaming,
Map<String,String> properties)
Deprecated.
|
static List<org.apache.flink.table.types.logical.LogicalType> |
getFieldLogicalTypes(org.apache.flink.table.api.TableSchema schema)
Deprecated.
|
Map<String,String> |
requiredContext()
Deprecated.
|
List<String> |
supportedProperties()
Deprecated.
|
public Map<String,String> requiredContext()
requiredContext in interface org.apache.flink.table.factories.TableFactorypublic List<String> supportedProperties()
supportedProperties in interface org.apache.flink.table.factories.TableFactoryprotected CsvTableSource createTableSource(Boolean isStreaming, Map<String,String> properties)
public static List<org.apache.flink.table.types.logical.LogicalType> getFieldLogicalTypes(org.apache.flink.table.api.TableSchema schema)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.