influxdb/iox_query/src
Marco Neumann 9b48437711
refactor: make influx column type mandatory (#5978)
We basically assume everywhere that a column falls into one of the three
known categories (time, tag, field), so lets encode this in our type
system instead of defining "unknown" as "undefined behavior, may or may
not crash".

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-10-26 11:20:29 +00:00
..
exec refactor: remove unused constant (#5956) 2022-10-24 11:08:44 +00:00
frontend refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
plan chore: Update datafusion again (#5855) 2022-10-13 19:18:57 +00:00
provider refactor: simplify `iox_query::provider::overlap` (#5961) 2022-10-24 15:45:41 +00:00
exec.rs refactor: do NOT use fake DF context for parquet reading (#5942) 2022-10-24 08:20:26 +00:00
frontend.rs feat: build a query plan without deduplication (#5810) 2022-10-25 17:56:51 +00:00
lib.rs refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
plan.rs ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
provider.rs refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
pruning.rs chore: Update datafusion again (#5855) 2022-10-13 19:18:57 +00:00
statistics.rs refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
test.rs refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
util.rs refactor: make `SchemaBuilder::field` fallible 2022-10-24 18:12:42 +02:00