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
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
Loading
Please register or sign in to comment