Extended functionality for LazyExpr UDF
Open
- Dominant language
- Python
- Stars
- 211
- Forks
- 58
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 6
Description
Change function signature to pass metadata of input/output (such as shape) to enable more complicated functions. For example, if the UDF knows both shape and offset, can tell when the chunk is at the edge of the array, and adapt the calculation if necessary.
Contributor guide
Research direction
Start at the LazyExpr UDF entry point and inspect its current function signature. Work out how input and output metadata, including shape and offset, should be exposed, and define completion as allowing a UDF to detect edge chunks and adapt its calculation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100