Skip to content

Commit 3cc284f

Browse files
GH-46537: [Docs][C++] Add RunEndEncodedArray, FlatArray, and PrimitiveArray API Docs (#46540)
### Rationale for this change The [Array](https://arrow.apache.org/docs/cpp/api/array.html) section of the API Doc does not explain `FlatArray`, `PrimitiveArray`, and `RunEndEncodedArray` . ### What changes are included in this PR? Add `FlatArray`, `PrimitiveArray`, and `RunEndEncodedArray` API docs ### Are these changes tested? No. (Document only) ### Are there any user-facing changes? No. * GitHub Issue: #46537 Authored-by: Hiroyuki Sato <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 05ad12c commit 3cc284f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/source/cpp/api/array.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ Base classes
3434
:project: arrow_cpp
3535
:members:
3636

37+
.. doxygenclass:: arrow::FlatArray
38+
:project: arrow_cpp
39+
:members:
40+
41+
.. doxygenclass:: arrow::PrimitiveArray
42+
:project: arrow_cpp
43+
:members:
44+
3745
Factory functions
3846
=================
3947

@@ -84,6 +92,11 @@ Extension arrays
8492
.. doxygenclass:: arrow::ExtensionArray
8593
:members:
8694

95+
Run-End Encoded Array
96+
---------------------
97+
98+
.. doxygenclass:: arrow::RunEndEncodedArray
99+
:members:
87100

88101
Chunked Arrays
89102
==============

0 commit comments

Comments
 (0)