| Interface | Description |
|---|---|
| AppendStreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink. |
| BatchTableSink<T> | Deprecated
use
OutputFormatTableSink instead. |
| RetractStreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink. |
| StreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink. |
| UpsertStreamTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink. |
| Class | Description |
|---|---|
| CsvAppendTableSinkFactory |
Factory base for creating configured instances of
CsvTableSink in a stream environment. |
| CsvBatchTableSinkFactory |
Factory base for creating configured instances of
CsvTableSink in a batch environment. |
| CsvTableSink |
A simple
TableSink to emit data as CSV files. |
| CsvTableSink.CsvFormatter |
Formats a Row into a String with fields separated by the field delimiter.
|
| CsvTableSinkFactoryBase |
Factory base for creating configured instances of
CsvTableSink. |
| OutputFormatTableSink<T> | Deprecated
This interface has been replaced by
DynamicTableSink. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.