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

Added cast to months_days_ns #900

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Added cast to months_days_ns #900

merged 1 commit into from
Mar 9, 2022

Conversation

jorgecarleitao
Copy link
Owner

I.e.

  • IntervalUnit::YearMonth -> IntervalUnit::MonthDayNano
  • IntervalUnit::DayTime -> IntervalUnit::MonthDayNano

@jorgecarleitao jorgecarleitao added the feature A new feature label Mar 9, 2022
@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #900 (ffce384) into main (3f0983b) will increase coverage by 0.30%.
The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #900      +/-   ##
==========================================
+ Coverage   70.28%   70.59%   +0.30%     
==========================================
  Files         344      344              
  Lines       18794    19213     +419     
==========================================
+ Hits        13210    13564     +354     
- Misses       5584     5649      +65     
Impacted Files Coverage Δ
src/compute/cast/mod.rs 94.09% <66.66%> (-0.15%) ⬇️
src/compute/cast/primitive_to.rs 82.75% <100.00%> (+0.61%) ⬆️
src/compute/cast/binary_to.rs 78.33% <0.00%> (-1.67%) ⬇️
src/buffer/immutable.rs 95.65% <0.00%> (-0.78%) ⬇️
src/compute/hash.rs 100.00% <0.00%> (ø)
src/compute/length.rs 100.00% <0.00%> (ø)
src/compute/arithmetics/decimal/mul.rs 75.96% <0.00%> (+0.32%) ⬆️
src/compute/arithmetics/decimal/add.rs 96.70% <0.00%> (+0.33%) ⬆️
src/compute/arithmetics/decimal/sub.rs 96.73% <0.00%> (+0.44%) ⬆️
src/compute/take/generic_binary.rs 98.18% <0.00%> (+0.48%) ⬆️
... and 3 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 3f0983b...ffce384. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 79fa592 into main Mar 9, 2022
@jorgecarleitao jorgecarleitao deleted the cast_months_days_ns branch March 9, 2022 17:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant