influxdb/query/stdlib
Jonathan A. Sternberg 2b1c1ec143
fix(storage/reads): fix the storage tables to work correctly with multiple transformations (#14016)
The storage table reader will now work correctly when there are multiple
outputs. The table interface now implements the new table and column
reader interfaces and works properly with `execute.CopyTable`. The
source uses `execute.CopyTable` to buffer the table in memory when there
are multiple output transformations.
2019-05-30 12:31:54 -05:00
..
influxdata/influxdb fix(storage/reads): fix the storage tables to work correctly with multiple transformations (#14016) 2019-05-30 12:31:54 -05:00
testing fix(storage/reads): fix the storage tables to work correctly with multiple transformations (#14016) 2019-05-30 12:31:54 -05:00
packages.go test(stdlib/testing): added new test driver to run builtin tests (#11916) 2019-02-21 22:03:29 -05:00