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

Added len to every array #599

Merged
merged 1 commit into from
Nov 12, 2021
Merged

Added len to every array #599

merged 1 commit into from
Nov 12, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Nov 12, 2021

This allows using the arrays without importing the Array trait.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Nov 12, 2021
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #599 (3ef3e52) into main (3caa204) will increase coverage by 0.03%.
The diff coverage is 71.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #599      +/-   ##
==========================================
+ Coverage   79.19%   79.22%   +0.03%     
==========================================
  Files         400      400              
  Lines       24885    25012     +127     
==========================================
+ Hits        19708    19817     +109     
- Misses       5177     5195      +18     
Impacted Files Coverage Δ
src/array/binary/iterator.rs 87.50% <ø> (ø)
src/array/dictionary/iterator.rs 50.00% <ø> (ø)
src/array/equal/boolean.rs 100.00% <ø> (ø)
src/array/union/iterator.rs 85.71% <ø> (ø)
src/array/utf8/iterator.rs 68.18% <ø> (ø)
src/compute/arity.rs 77.63% <ø> (ø)
src/compute/boolean_kleene.rs 71.42% <ø> (ø)
src/compute/sort/binary.rs 75.00% <ø> (ø)
src/compute/sort/boolean.rs 89.47% <ø> (ø)
src/compute/sort/primitive/indices.rs 94.82% <ø> (ø)
... and 16 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 3caa204...3ef3e52. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit eb6ef19 into main Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant