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 |
|---|---|
org.apache.flink.api.java.operators.DataSink<?> |
consumeDataSet(org.apache.flink.api.java.DataSet<T> dataSet)
Deprecated.
Consumes the DataSet and return the
DataSink. |
org.apache.flink.api.java.operators.DataSink<?> consumeDataSet(org.apache.flink.api.java.DataSet<T> dataSet)
DataSink. The returned DataSink will be
used to generate Plan.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.