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

add arrays contains function #860

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

add arrays contains to sqlite

3f689cd
Select commit
Loading
Failed to load commit list.
Draft

add arrays contains function #860

add arrays contains to sqlite
3f689cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 27, 2025 in 0s

60.00% of diff hit (target 87.53%)

View this Pull Request on Codecov

60.00% of diff hit (target 87.53%)

Annotations

Check warning on line 149 in src/datachain/func/array.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/func/array.py#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 153 in src/datachain/func/array.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/func/array.py#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 156 in src/datachain/func/array.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/func/array.py#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 158 in src/datachain/func/array.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/func/array.py#L158

Added line #L158 was not covered by tests

Check warning on line 436 in src/datachain/sql/sqlite/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/sql/sqlite/base.py#L436

Added line #L436 was not covered by tests

Check warning on line 444 in src/datachain/sql/sqlite/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datachain/sql/sqlite/base.py#L444

Added line #L444 was not covered by tests