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

Removed requirement of use Array to access primitives' data_type #697

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Dec 21, 2021
@jorgecarleitao jorgecarleitao changed the title Avoid importing Array to access data_type Removed requirement to use Array to access primitives' data_type Dec 21, 2021
@codecov
Copy link

codecov bot commented Dec 21, 2021

Codecov Report

Merging #697 (8cfcb01) into main (4e19144) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #697      +/-   ##
==========================================
+ Coverage   69.76%   69.78%   +0.01%     
==========================================
  Files         303      303              
  Lines       16857    16857              
==========================================
+ Hits        11761    11764       +3     
+ Misses       5096     5093       -3     
Impacted Files Coverage Δ
src/array/equal/primitive.rs 100.00% <ø> (ø)
src/compute/arithmetics/basic/add.rs 89.36% <ø> (ø)
src/compute/arithmetics/basic/mod.rs 50.00% <ø> (ø)
src/compute/arithmetics/basic/mul.rs 89.36% <ø> (ø)
src/compute/arithmetics/basic/pow.rs 100.00% <ø> (ø)
src/compute/arithmetics/basic/sub.rs 89.36% <ø> (ø)
src/compute/arithmetics/decimal/add.rs 96.42% <ø> (ø)
src/compute/arithmetics/decimal/div.rs 75.94% <ø> (ø)
src/compute/arithmetics/decimal/mul.rs 75.00% <ø> (ø)
src/compute/arithmetics/decimal/sub.rs 96.36% <ø> (ø)
... and 7 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 4e19144...8cfcb01. Read the comment docs.

@jorgecarleitao jorgecarleitao changed the title Removed requirement to use Array to access primitives' data_type Removed requirement of use Array to access primitives' data_type Dec 21, 2021
@jorgecarleitao jorgecarleitao merged commit e4dc0b8 into main Dec 21, 2021
@jorgecarleitao jorgecarleitao deleted the data_type branch December 21, 2021 17:08
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