[FEAT] Add a list.contains
API
#2773
2.46% of diff hit (target 77.41%)
View this Pull Request on Codecov
2.46% of diff hit (target 77.41%)
Annotations
Check warning on line 3022 in daft/expressions/expressions.py
codecov / codecov/patch
daft/expressions/expressions.py#L3022
Added line #L3022 was not covered by tests
Check warning on line 633 in src/daft-core/src/array/ops/list.rs
codecov / codecov/patch
src/daft-core/src/array/ops/list.rs#L630-L633
Added lines #L630 - L633 were not covered by tests
Check warning on line 636 in src/daft-core/src/array/ops/list.rs
codecov / codecov/patch
src/daft-core/src/array/ops/list.rs#L636
Added line #L636 was not covered by tests
Check warning on line 653 in src/daft-core/src/array/ops/list.rs
codecov / codecov/patch
src/daft-core/src/array/ops/list.rs#L651-L653
Added lines #L651 - L653 were not covered by tests
Check warning on line 895 in src/daft-core/src/array/ops/list.rs
codecov / codecov/patch
src/daft-core/src/array/ops/list.rs#L892-L895
Added lines #L892 - L895 were not covered by tests
Check warning on line 898 in src/daft-core/src/array/ops/list.rs
codecov / codecov/patch
src/daft-core/src/array/ops/list.rs#L898
Added line #L898 was not covered by tests
Check warning on line 915 in src/daft-core/src/array/ops/list.rs
codecov / codecov/patch
src/daft-core/src/array/ops/list.rs#L913-L915
Added lines #L913 - L915 were not covered by tests
Check warning on line 188 in src/daft-core/src/series/ops/list.rs
codecov / codecov/patch
src/daft-core/src/series/ops/list.rs#L179-L188
Added lines #L179 - L188 were not covered by tests
Check warning on line 193 in src/daft-core/src/series/ops/list.rs
codecov / codecov/patch
src/daft-core/src/series/ops/list.rs#L190-L193
Added lines #L190 - L193 were not covered by tests
Check warning on line 14 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L14
Added line #L14 was not covered by tests
Check warning on line 17 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L17
Added line #L17 was not covered by tests
Check warning on line 21 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L19-L21
Added lines #L19 - L21 were not covered by tests
Check warning on line 25 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L23-L25
Added lines #L23 - L25 were not covered by tests
Check warning on line 35 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L27-L35
Added lines #L27 - L35 were not covered by tests
Check warning on line 41 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L37-L41
Added lines #L37 - L41 were not covered by tests
Check warning on line 47 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L44-L47
Added lines #L44 - L47 were not covered by tests
Check warning on line 53 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L50-L53
Added lines #L50 - L53 were not covered by tests
Check warning on line 55 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L55
Added line #L55 was not covered by tests
Check warning on line 63 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L57-L63
Added lines #L57 - L63 were not covered by tests
Check warning on line 65 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L65
Added line #L65 was not covered by tests
Check warning on line 72 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L68-L72
Added lines #L68 - L72 were not covered by tests
Check warning on line 75 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L75
Added line #L75 was not covered by tests
Check warning on line 79 in src/daft-functions/src/list/contains.rs
codecov / codecov/patch
src/daft-functions/src/list/contains.rs#L77-L79
Added lines #L77 - L79 were not covered by tests