influxdb/schema/src
Marco Neumann 6369d88633
refactor: enforce name of the one-and-only time column (#5982)
* refactor: enforce name of the one-and-only time column

We currently only support a single time dimension and some parts of
other stack rely on the name of the time column. So lets enforce the
name (note that `schema::try_from_arrow` already checks for duplicate
column, so we are now left with a single dimension).

* refactor: mark a few errors as "internal"

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-10-27 12:42:49 +00:00
..
builder.rs refactor: enforce name of the one-and-only time column (#5982) 2022-10-27 12:42:49 +00:00
interner.rs feat: intern schemas during query planning (#5215) 2022-08-11 12:28:51 +00:00
lib.rs refactor: enforce name of the one-and-only time column (#5982) 2022-10-27 12:42:49 +00:00
merge.rs refactor: make influx column type mandatory (#5978) 2022-10-26 11:20:29 +00:00
selection.rs refactor: avoid schema copies in `select_schema` (#5214) 2022-07-27 08:30:26 +00:00
sort.rs chore: add parttion id into panic message (#5641) 2022-09-15 02:21:13 +00:00