From 856aa749885bb1412eb08a5a580fe4a1267d2671 Mon Sep 17 00:00:00 2001 From: whn <142425816+Whning0513@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:15:15 +0800 Subject: [PATCH 1/2] DOC list run-end compute functions --- docs/source/cpp/compute.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/cpp/compute.rst b/docs/source/cpp/compute.rst index 1e067c52188d..39d43b59f3ca 100644 --- a/docs/source/cpp/compute.rst +++ b/docs/source/cpp/compute.rst @@ -1925,6 +1925,10 @@ Structural transforms +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ | map_lookup | Unary | Map | Computed | :struct:`MapLookupOptions` | \(5) | +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ +| run_end_decode | Unary | Run-end encoded | Values array | | | ++---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ +| run_end_encode | Unary | Array-like | Run-end encoded | :struct:`RunEndEncodeOptions` | \(7) | ++---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ | struct_field | Unary | Struct or Union | Computed | :struct:`StructFieldOptions` | \(6) | +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ From 615292a99ceb0b9ada88a2f9f6205170f72cec8e Mon Sep 17 00:00:00 2001 From: whn <142425816+Whning0513@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:17:17 +0800 Subject: [PATCH 2/2] DOC fix run-end table alignment --- docs/source/cpp/compute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cpp/compute.rst b/docs/source/cpp/compute.rst index 39d43b59f3ca..d5ee89fdac7b 100644 --- a/docs/source/cpp/compute.rst +++ b/docs/source/cpp/compute.rst @@ -1927,7 +1927,7 @@ Structural transforms +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ | run_end_decode | Unary | Run-end encoded | Values array | | | +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ -| run_end_encode | Unary | Array-like | Run-end encoded | :struct:`RunEndEncodeOptions` | \(7) | +| run_end_encode | Unary | Array-like | Run-end encoded | :struct:`RunEndEncodeOptions`| \(7) | +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+ | struct_field | Unary | Struct or Union | Computed | :struct:`StructFieldOptions` | \(6) | +---------------------+------------+-------------------------------------+------------------+------------------------------+--------+