-
Notifications
You must be signed in to change notification settings - Fork 3.8k
GH-46537: [Docs][C++] Add RunEndEncodedArray, FlatArray, and PrimitiveArray API Docs #46540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…imitiveArray API Docs
|
@github-actions crossbow submit preview-docs |
1 similar comment
@github-actions crossbow submit preview-docs |
Revision: 6041e20 Submitted crossbow builds: ursacomputing/crossbow @ actions-682ed9d41c
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM validated here on the preview-docs:
http://crossbow.voltrondata.com/pr_docs/46540/cpp/api/array.html#_CPPv4N5arrow5ArrayE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @hiroyuki-sato ! Please feel free to contribute other documentation improvements.
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 3cc284f. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
The Array section of the API Doc
does not explain
FlatArray
,PrimitiveArray
, andRunEndEncodedArray
.What changes are included in this PR?
Add
FlatArray
,PrimitiveArray
, andRunEndEncodedArray
API docsAre these changes tested?
No. (Document only)
Are there any user-facing changes?
No.