Paul Dix

Results 77 comments of Paul Dix

That's right, this will be coming as part of InfluxDB IOx. At least for the underlying storage system. The bigger question is how you want this exposed via the Write...

This might be a bit ugly, but should grouping automatically switch columns to something like `_int_value`, `_float_value`,` _bool_value`, and `_string_value`?

Ok that makes sense. I like the casting more. The renaming feels bad. There are also many other cases where people could have column names that collide, but are different...

Right, I knew that, was just thinking about the case where users don't want to type cast and actually want to preserve in a different column name based on the...

Might make sense to have this split up into two functions `apply` and `applyWindow`. The first would be defined like: `apply = (fns, columns= ["_value"], window(every:every, period:period) |> apply(fns, columns)...

Looks good, but the 2.11 requirement is a bit of a drag. Seems like it would be a big barrier for getting people to use it. Any way to make...

yeah, I think some additional error handling is probably best. If it sees something it can't parse, throw an exception for that. I don't think adding .dev is a good...

@boomshroom I tried Weak at some point, but I had a tricky thing where I didn't have a least one strong reference so it dropped everything while the closure still...

@pandulaDW It's been years since I thought about this code, but I think what I was referencing was that if you had a long running Monkey script, it would leak...