Skip to content
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

Add examples to Rust Docs for arrow::array::UnionArray #751

Closed
matthewmturner opened this issue Sep 9, 2021 · 1 comment · Fixed by #1241
Closed

Add examples to Rust Docs for arrow::array::UnionArray #751

matthewmturner opened this issue Sep 9, 2021 · 1 comment · Fixed by #1241
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers

Comments

@matthewmturner
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to see examples of how to use UnionArrays in the Rust docs (https://docs.rs/arrow/5.3.0/arrow/array/struct.UnionArray.html). The explanations are good, but examples would improve my understanding.

Describe the solution you'd like
Add examples for new and try_new`

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
I thought of this while I was looking into #654

@matthewmturner matthewmturner added the enhancement Any new improvement worthy of a entry in the changelog label Sep 9, 2021
@alamb alamb added the good first issue Good for newcomers label Jan 21, 2022
@HaoYang670
Copy link
Contributor

I'd like to try if no one has been doing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants