influxdb/iox_query_influxrpc
Marco Neumann d0d355ba4d
refactor: unpack record batches later during query (#8663)
For #8350 we want to be able to stream record batches from the ingester
instead of waiting to buffer them fully before the query starts. Hence
we can no longer inspect the batches in the "display" implementation of
the plan.

This change mostly contains the display change, not the actual streaming
part. I'll do that in a follow-up.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-09-06 08:08:54 +00:00
..
src refactor: unpack record batches later during query (#8663) 2023-09-06 08:08:54 +00:00
Cargo.toml refactor: extract InfluxRPC-specific code to `iox_query_influxrpc` (part 1) (#8508) 2023-08-17 11:59:04 +00:00