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

Adding explicit and_ function #910

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Adding explicit and_ function #910

merged 1 commit into from
Feb 10, 2025

Conversation

ilongin
Copy link
Contributor

@ilongin ilongin commented Feb 10, 2025

It's possible to use & for AND expressions, but sometimes it's just more handy to have explicit and_ function, just like sqlalchemy has.
Also we already have explicit or_

@ilongin ilongin linked an issue Feb 10, 2025 that may be closed by this pull request
Copy link

Deploying datachain-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 306158f
Status: ✅  Deploy successful!
Preview URL: https://db405c9f.datachain-documentation.pages.dev
Branch Preview URL: https://ilongin-909-and-function.datachain-documentation.pages.dev

View logs

Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.70%. Comparing base (1e8bec1) to head (306158f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #910   +/-   ##
=======================================
  Coverage   87.69%   87.70%           
=======================================
  Files         130      130           
  Lines       11665    11673    +8     
  Branches     1586     1588    +2     
=======================================
+ Hits        10230    10238    +8     
  Misses       1038     1038           
  Partials      397      397           
Flag Coverage Δ
datachain 87.62% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ilongin ilongin merged commit 0ff6d54 into main Feb 10, 2025
37 checks passed
@ilongin ilongin deleted the ilongin/909-and-function branch February 10, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add and conditional function
2 participants