vibhatha commented on a change in pull request #12689:
URL: https://github.com/apache/arrow/pull/12689#discussion_r838030868
##########
File path: docs/source/cpp/streaming_execution.rst
##########
@@ -647,6 +649,25 @@ SelectK example:
.. _stream_execution_scan_docs:
+``table_sink``
+----------------
+
+.. _stream_execution_table_sink_docs:
+
+Considering the variety of sink nodes provided in the streaming execution
engine, the ``table_sink`` node
+provides the ability to take the output as a table. It is much easier to use
+:class:`arrow::compute::TableSinkNodeOptions`.
+The output data can be obtained as a ``std::shared_ptr<arrow::Table>`` along
with the output ``schema``.
Review comment:
This means let’s merge https://github.com/apache/arrow/pull/12721 first
and then this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]