Skip to content

[FEAT] connect: support basic column operations

Codecov / codecov/project succeeded Nov 26, 2024 in 1s

77.29% (-0.07%) compared to b201c61

View this Pull Request on Codecov

77.29% (-0.07%) compared to b201c61

Details

Codecov Report

Attention: Patch coverage is 25.88235% with 126 lines in your changes missing coverage. Please review.

Project coverage is 77.29%. Comparing base (b201c61) to head (ca4d137).

Files with missing lines Patch % Lines
src/daft-connect/src/translation/datatype.rs 7.96% 104 Missing ⚠️
src/daft-connect/src/translation/expr.rs 51.35% 18 Missing ⚠️
...onnect/src/translation/expr/unresolved_function.rs 80.00% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3362      +/-   ##
==========================================
- Coverage   77.35%   77.29%   -0.07%     
==========================================
  Files         684      684              
  Lines       83639    83805     +166     
==========================================
+ Hits        64702    64775      +73     
- Misses      18937    19030      +93     
Files with missing lines Coverage Δ
...onnect/src/translation/expr/unresolved_function.rs 64.70% <80.00%> (+64.70%) ⬆️
src/daft-connect/src/translation/expr.rs 57.60% <51.35%> (+1.46%) ⬆️
src/daft-connect/src/translation/datatype.rs 10.40% <7.96%> (+2.99%) ⬆️

... and 5 files with indirect coverage changes