This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 5273c90e77 MINOR: [C++] [Docs] Fix TableSinkNodeOptions click-able
visibility in docs (#13306)
5273c90e77 is described below
commit 5273c90e77cc202b0df7179fb78662ad42904a19
Author: Vibhatha Lakmal Abeykoon <[email protected]>
AuthorDate: Fri Jun 3 11:51:21 2022 +0530
MINOR: [C++] [Docs] Fix TableSinkNodeOptions click-able visibility in docs
(#13306)
Adding minor doc change to include a click-able link to
`TableSinkNodeOptions` in ACERO docs.
Authored-by: Vibhatha Abeykoon <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
cpp/src/arrow/compute/exec/options.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cpp/src/arrow/compute/exec/options.h
b/cpp/src/arrow/compute/exec/options.h
index 31c910c25b..90f1059d99 100644
--- a/cpp/src/arrow/compute/exec/options.h
+++ b/cpp/src/arrow/compute/exec/options.h
@@ -398,7 +398,6 @@ class ARROW_EXPORT SelectKSinkNodeOptions : public
SinkNodeOptions {
/// SelectK options
SelectKOptions select_k_options;
};
-/// @}
/// \brief Adapt a Table as a sink node
///
@@ -412,5 +411,7 @@ class ARROW_EXPORT TableSinkNodeOptions : public
ExecNodeOptions {
std::shared_ptr<Table>* output_table;
};
+/// @}
+
} // namespace compute
} // namespace arrow