| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| Modifier and Type | Method and Description |
|---|---|
BatchTableSink<T> |
BatchTableSinkFactory.createBatchTableSink(Map<String,String> properties)
Deprecated.
Creates and configures a
BatchTableSink using the given properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvTableSink
A simple
TableSink to emit data as CSV files. |
| Modifier and Type | Method and Description |
|---|---|
BatchTableSink<org.apache.flink.types.Row> |
CsvBatchTableSinkFactory.createBatchTableSink(Map<String,String> properties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.