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

Improved documentation #491

Merged
merged 2 commits into from
Oct 6, 2021
Merged

Improved documentation #491

merged 2 commits into from
Oct 6, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Oct 6, 2021

Also closes #484

@jorgecarleitao jorgecarleitao added the documentation Improvements or additions to documentation label Oct 6, 2021
@codecov
Copy link

codecov bot commented Oct 6, 2021

Codecov Report

Merging #491 (a5bbffe) into main (2d84c2d) will increase coverage by 0.02%.
The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #491      +/-   ##
==========================================
+ Coverage   80.19%   80.21%   +0.02%     
==========================================
  Files         374      379       +5     
  Lines       23025    24038    +1013     
==========================================
+ Hits        18465    19283     +818     
- Misses       4560     4755     +195     
Impacted Files Coverage Δ
src/array/fixed_size_binary/mutable.rs 67.03% <ø> (ø)
src/array/fixed_size_list/mutable.rs 48.52% <ø> (ø)
src/array/growable/fixed_size_list.rs 64.70% <ø> (ø)
src/array/list/mutable.rs 66.33% <ø> (ø)
src/array/primitive/mutable.rs 83.79% <ø> (ø)
src/array/utf8/mutable.rs 85.25% <ø> (ø)
src/compute/merge_sort/mod.rs 89.38% <ø> (ø)
src/compute/partition.rs 94.28% <ø> (ø)
src/io/csv/read/deserialize.rs 63.86% <ø> (ø)
src/io/csv/read/infer_schema.rs 85.71% <ø> (ø)
... and 38 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 2d84c2d...a5bbffe. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit eb94a4c into main Oct 6, 2021
@jorgecarleitao jorgecarleitao deleted the docs branch October 6, 2021 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.

Reword documentation of Low-level API since we use std::Vec by default now
1 participant