implydata / plywood

A toolkit for querying and interacting with Big Data
https://plywood.imply.io
Apache License 2.0
384 stars 61 forks source link

Accept time bounds for TimeRangeExpressions and TimeBucketExpressions #297

Closed mcbrewster closed 1 year ago

mcbrewster commented 1 year ago

We use TimeRange and TimeBucket Expression to create the presets in pivot, we need to be able to specify bounds on these types of expressions so when they get converted to just a TimeRange they don't always have the default bounds. If no bounds are passed in everything should behave as it previously did.

lorem--ipsum commented 1 year ago

Same, one test would be cool

lorem--ipsum commented 1 year ago

🍗