T - Type of DataSet that this TableSink expects and supports.OutputFormatTableSink instead.@Deprecated public interface BatchTableSink<T> extends org.apache.flink.table.sinks.TableSink<T>
TableSink to emit a batch Table.| Modifier and Type | Method and Description |
|---|---|
void |
emitDataSet(org.apache.flink.api.java.DataSet<T> dataSet)
Deprecated.
Emits the DataSet.
|
void emitDataSet(org.apache.flink.api.java.DataSet<T> dataSet)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.