@Internal public abstract class CsvTableSourceFactoryBase extends Object implements org.apache.flink.table.factories.TableFactory
CsvTableSource.| Constructor and Description |
|---|
CsvTableSourceFactoryBase() |
| Modifier and Type | Method and Description |
|---|---|
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 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–2021 The Apache Software Foundation. All rights reserved.