influxdb/predicate/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
..
rpc_predicate refactor: make `SchemaBuilder::field` fallible 2022-10-24 18:12:42 +02:00
delete_expr.rs chore: Update datafusion and arrow / parquet / arrow-flight 25.0.0 (#5900) 2022-10-18 20:58:47 +00:00
delete_predicate.rs chore: Update datafusion and arrow / parquet / arrow-flight 25.0.0 (#5900) 2022-10-18 20:58:47 +00:00
lib.rs refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
rpc_predicate.rs refactor: make `SchemaBuilder::field` fallible 2022-10-24 18:12:42 +02:00