-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add MinTask and MaxTask pipeline tasks #20040
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
Conversation
|
👋 martin-cll, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
ro-tex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|


Implements
minandmaxpipeline task types. They take in a list of numbers and outputs the list's minimum and maximum values.The tasks also accepts a
laxargument (following the example from themediantask type) which effectively permits nil input values.