Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Map Getter #2255

Merged
merged 3 commits into from
May 14, 2024

remove datatype arg

d33ee94
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Map Getter #2255

remove datatype arg
d33ee94
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 65.85366% with 42 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@7ef1c4b). Click here to learn what that means.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2255   +/-   ##
=======================================
  Coverage        ?   79.21%           
=======================================
  Files           ?      463           
  Lines           ?    53243           
  Branches        ?        0           
=======================================
  Hits            ?    42175           
  Misses          ?    11068           
  Partials        ?        0           
Files Coverage Δ
daft/expressions/expressions.py 93.21% <100.00%> (ø)
src/daft-core/src/series/ops/downcast.rs 84.44% <100.00%> (ø)
src/daft-core/src/series/ops/mod.rs 100.00% <ø> (ø)
src/daft-dsl/src/functions/mod.rs 100.00% <100.00%> (ø)
src/daft-dsl/src/python.rs 93.24% <100.00%> (ø)
src/daft-dsl/src/functions/map/mod.rs 92.85% <92.85%> (ø)
daft/series.py 92.21% <66.66%> (ø)
src/daft-core/src/python/series.rs 94.75% <0.00%> (ø)
src/daft-core/src/series/ops/map.rs 50.00% <50.00%> (ø)
src/daft-core/src/array/ops/map.rs 72.72% <72.72%> (ø)
... and 1 more