fix: remove static bounds on query fn params
This fixes the compiler complaining about the arguments not living long enough or escaping the function. Now the query functions can take external arguments and compose well together. Fixes #28
parent
2040a40a
No related branches found
No related tags found
Showing
- src/query/fns/aggregate.rs 14 additions, 14 deletionssrc/query/fns/aggregate.rs
- src/query/fns/mod.rs 2 additions, 2 deletionssrc/query/fns/mod.rs
- src/query/fns/rollup.rs 10 additions, 10 deletionssrc/query/fns/rollup.rs
- src/query/fns/transform.rs 11 additions, 31 deletionssrc/query/fns/transform.rs
Please register or sign in to comment