949d131e77
* refactor: only use struct-style `select` in InfluxQL planner For #7533 we need to track more columns apart from `time` and `value` and having a simple variant and multiple complex ones gets overly complicated soon. The aggregator is internally identical anyways, so let's only use one and then pull out the struct fields that we need. I'll also change the InfluxRPC planner to use the struct variant next, so we have a single `select` system both in the planners and in `query_functions`. * docs: improve * docs: explain test Co-authored-by: Andrew Lamb <alamb@influxdata.com> --------- Co-authored-by: Andrew Lamb <alamb@influxdata.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |