@Internal public abstract class CsvTableSinkFactoryBase extends Object implements org.apache.flink.table.factories.TableFactory
CsvTableSink.| Constructor and Description |
|---|
CsvTableSinkFactoryBase() |
| Modifier and Type | Method and Description |
|---|---|
protected CsvTableSink |
createTableSink(Boolean isStreaming,
Map<String,String> properties) |
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 CsvTableSink createTableSink(Boolean isStreaming, Map<String,String> properties)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.