Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Improved API docs for PrimitiveArray and Utf8Array #1017

Merged
merged 2 commits into from
May 28, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented May 27, 2022

This moves code around, adds examples, and improves docs, to make docs easier to follow.

@codecov
Copy link

codecov bot commented May 27, 2022

Codecov Report

Merging #1017 (f441847) into main (bbe7209) will increase coverage by 0.15%.
The diff coverage is 86.61%.

@@            Coverage Diff             @@
##             main    #1017      +/-   ##
==========================================
+ Coverage   71.68%   71.84%   +0.15%     
==========================================
  Files         359      359              
  Lines       19860    20192     +332     
==========================================
+ Hits        14237    14507     +270     
- Misses       5623     5685      +62     
Impacted Files Coverage Δ
src/array/binary/mod.rs 84.46% <ø> (ø)
src/array/equal/utf8.rs 100.00% <ø> (ø)
src/array/fixed_size_binary/mod.rs 88.34% <ø> (ø)
src/array/primitive/from_natural.rs 100.00% <ø> (+20.00%) ⬆️
src/array/primitive/iterator.rs 42.85% <ø> (-17.15%) ⬇️
src/array/utf8/from.rs 100.00% <ø> (ø)
src/array/utf8/iterator.rs 41.66% <ø> (-10.06%) ⬇️
src/io/ipc/write/file_async.rs 75.29% <ø> (ø)
src/io/ipc/write/stream_async.rs 72.41% <ø> (ø)
src/types/bit_chunk.rs 100.00% <ø> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bbe7209...f441847. Read the comment docs.

@jorgecarleitao jorgecarleitao changed the title Fixes to docs Improve API docs May 27, 2022
@jorgecarleitao jorgecarleitao added the documentation Improvements or additions to documentation label May 27, 2022
@jorgecarleitao jorgecarleitao changed the title Improve API docs Improved API docs May 27, 2022
@jorgecarleitao jorgecarleitao force-pushed the docs1 branch 2 times, most recently from ddbfa0b to 572243c Compare May 28, 2022 04:54
@jorgecarleitao jorgecarleitao changed the title Improved API docs Improved API docs for PrimitiveArray and Utf8Array May 28, 2022
@jorgecarleitao jorgecarleitao merged commit e976c1e into main May 28, 2022
@jorgecarleitao jorgecarleitao deleted the docs1 branch May 28, 2022 06:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant