Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/cpp/compute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ depending on a condition.
input. If the nulls present on the first input, they will be promoted to the
output, otherwise nulls will be chosen based on the first input values.

Also see: :ref:`replace_with_mask <cpp-compute-vector-structural-transforms>`.
Also see: :ref:`replace_with_mask <cpp-compute-vector-replace-functions>`.

Structural transforms
~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -1882,6 +1882,8 @@ Structural transforms
index *n* and the type code at index *n* is 2.
* The indices ``2`` and ``7`` are invalid.

.. _cpp-compute-vector-replace-functions:

Replace functions
~~~~~~~~~~~~~~~~~

Expand Down
Loading