Skip to content

Commit

Permalink
Fix some compute function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Oct 4, 2024
1 parent 86569b7 commit 6faac5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/cpp/compute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ These functions select and return a subset of their input.
+---------------+--------+--------------+--------------+--------------+-------------------------+-----------+
| array_take | Binary | Any | Integer | Input type 1 | :struct:`TakeOptions` | \(3) |
+---------------+--------+--------------+--------------+--------------+-------------------------+-----------+
| drop_null | Unary | Any | - | Input type 1 | | \(1) |
| drop_null | Unary | Any | | Input type 1 | | \(1) |
+---------------+--------+--------------+--------------+--------------+-------------------------+-----------+
| filter | Binary | Any | Boolean | Input type 1 | :struct:`FilterOptions` | \(2) |
+---------------+--------+--------------+--------------+--------------+-------------------------+-----------+
Expand Down Expand Up @@ -1857,9 +1857,9 @@ replaced, based on the remaining inputs.
+--------------------------+------------+-----------------------+--------------+--------------+--------------+-------+
| Function name | Arity | Input type 1 | Input type 2 | Input type 3 | Output type | Notes |
+==========================+============+=======================+==============+==============+==============+=======+
| fill_null_backward | Unary | Fixed-width or binary | N/A | N/A | N/A | \(1) |
| fill_null_backward | Unary | Fixed-width or binary | | | Input type 1 | \(1) |
+--------------------------+------------+-----------------------+--------------+--------------+--------------+-------+
| fill_null_forward | Unary | Fixed-width or binary | N/A | N/A | N/A | \(1) |
| fill_null_forward | Unary | Fixed-width or binary | | | Input type 1 | \(1) |
+--------------------------+------------+-----------------------+--------------+--------------+--------------+-------+
| replace_with_mask | Ternary | Fixed-width or binary | Boolean | Input type 1 | Input type 1 | \(2) |
+--------------------------+------------+-----------------------+--------------+--------------+--------------+-------+
Expand Down

0 comments on commit 6faac5f

Please sign in to comment.