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.| 构造器和说明 |
|---|
CsvTableSourceFactoryBase()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected CsvTableSource |
createTableSource(Boolean isStreaming,
Map<String,String> properties)
已过时。
|
static List<org.apache.flink.table.types.logical.LogicalType> |
getFieldLogicalTypes(org.apache.flink.table.api.TableSchema schema)
已过时。
|
Map<String,String> |
requiredContext()
已过时。
|
List<String> |
supportedProperties()
已过时。
|
public Map<String,String> requiredContext()
requiredContext 在接口中 org.apache.flink.table.factories.TableFactorypublic List<String> supportedProperties()
supportedProperties 在接口中 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–2022 The Apache Software Foundation. All rights reserved.