influxdb/iox_query/src
Carol (Nichols || Goulding) c8108f01e7
chore: Upgrade to Rust 1.64 (#5727)
* chore: Upgrade to Rust 1.64

* fix: Use iter find instead of a for loop, thanks clippy

* fix: Remove some needless borrows, thanks clippy

* fix: Use then_some rather than then with a closure, thanks clippy

* fix: Use iter retain rather than filter collect, thanks clippy

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-22 18:04:00 +00:00
..
exec feat: Support calling influxql/flux selector aggregates from IOx SQL (#5628) 2022-09-14 10:37:17 +00:00
frontend chore: Upgrade to Rust 1.64 (#5727) 2022-09-22 18:04:00 +00:00
plan fix: optimize field columns for all-time predicates (#5046) 2022-07-06 12:01:28 +00:00
provider refactor: make `QueryChunk::partition_id` non-optional (#5614) 2022-09-12 13:52:51 +00:00
exec.rs chore: Update datafusion and `arrow`/`parquet`/`arrow-flight` to `19.0.0` (#5229) 2022-07-28 08:10:47 +00:00
frontend.rs feat: intern schemas during query planning (#5215) 2022-08-11 12:28:51 +00:00
lib.rs refactor: do not store chunks in `Deduplicator` (#5617) 2022-09-12 15:29:27 +00:00
plan.rs ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
provider.rs refactor: do not store chunks in `Deduplicator` (#5617) 2022-09-12 15:29:27 +00:00
pruning.rs fix: optimizations for metadata fetch and chunk pruning (#5467) 2022-08-29 14:59:05 +00:00
statistics.rs ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
test.rs refactor: make `QueryChunk::partition_id` non-optional (#5614) 2022-09-12 13:52:51 +00:00
util.rs refactor: unify `apply_predicate_to_metadata` (#5030) 2022-07-05 12:51:59 +00:00