Andrew Lamb
|
1646397891
|
refactor: consolidate GroupedSeriesSet and SeriesSet (#502)
|
2020-11-30 14:23:58 -05:00 |
Andrew Lamb
|
20f421e9c6
|
fix: Do not send GroupFrames in response to read_window_aggregate (#497)
* fix: Do not send GroupFrames in response to read_window_aggregate
* fix: clippy and test
|
2020-11-30 05:59:05 -05:00 |
Andrew Lamb
|
46d58dfec5
|
fix: allow empty `offset` widows for read_window_aggregate offset (#493)
* fix: allow empty `offset` widows for read_window_aggregate offset
* refactor: Use an enum for clarity
|
2020-11-27 09:31:22 -05:00 |
Andrew Lamb
|
129aa208ba
|
refactor: More use of datafusion expr building functions (#488)
|
2020-11-26 06:40:57 -05:00 |
Andrew Lamb
|
8908f43b43
|
refactor: clean up `use` statements (#487)
|
2020-11-25 16:14:29 -05:00 |
Andrew Lamb
|
3a9ee88f00
|
chore: update to latest version of arrow + update code (#486)
* chore: update to latest version of arrow + update code
* chore: Update rust toolchain to match arrow
* fix: clippy
|
2020-11-25 14:46:35 -05:00 |
Andrew Lamb
|
0eaa90e89d
|
feat: Hook up read_window_aggregate into the write_buffer, end-to-end tests (#483)
* feat: read_window_aggregate_plans
* fix: clippy sacrifice
* fix: clippy
* fix: clippy
|
2020-11-25 10:20:49 -05:00 |
Andrew Lamb
|
9f6427c94f
|
refactor: query/src/groupby.rs -> query/src/group_by.rs (#477)
* refactor: query/src/groupby.rs -> query/src/group_by.rs
* refactor: update references
|
2020-11-25 06:43:11 -05:00 |
Andrew Lamb
|
cdb26e60e4
|
refactor: rename `storage` crate to `query` to better reflect what it is (#475)
* refactor: rename storage --> query
* refactor: update a few more referenes
|
2020-11-24 14:19:29 -05:00 |