You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add use_process flag for @daft.func(...) (#5323)
## Changes Made
adds `use_process` to daft.func to allow same performance benefits as
`use_process` for `daft.udf`.
## Related Issues
<!-- Link to related GitHub issues, e.g., "Closes#123" -->
## Checklist
- [ ] Documented in API Docs (if applicable)
- [ ] Documented in User Guide (if applicable)
- [ ] If adding a new documentation page, doc is added to
`docs/mkdocs.yml` navigation
- [ ] Documentation builds and is formatted properly
0 commit comments