influxdb/query/execute
Adam Perlin 840077ca62
Encoding Error Tests (#653)
* Add tests for CSV encoding errors
* Update encoder error checking to use behavior pattern
2018-08-17 13:16:41 -07:00
..
executetest Encoding Error Tests (#653) 2018-08-17 13:16:41 -07:00
aggregate.go fix: More specific error messages for aggregate errors 2018-07-31 16:58:01 -06:00
aggregate_test.go chore: fix typo in filename 2018-08-10 08:22:47 -07:00
allocator.go feat(query/execute): Add Grow() functions to the table builder interface (#549) 2018-08-13 20:43:44 -04:00
bounds.go Add filtering to flux range function when not pushed down 2018-07-24 13:33:42 -07:00
bounds_test.go Add filtering to flux range function when not pushed down 2018-07-24 13:33:42 -07:00
dataset.go chore: Rename block to table 2018-07-13 09:56:35 -06:00
dispatcher.go feat(query): log panics with their stacktraces within the query executor 2018-08-15 16:03:12 -05:00
executor.go feat(query): log panics with their stacktraces within the query executor 2018-08-15 16:03:12 -05:00
executor_test.go feat(query): log panics with their stacktraces within the query executor 2018-08-15 16:03:12 -05:00
expression_internal_test.go initial copy of ifql repo 2018-05-21 15:18:56 -06:00
expression_test.go initial copy of ifql repo 2018-05-21 15:18:56 -06:00
format.go Take into account ':<type>' when computing column header widths 2018-08-07 11:12:38 -07:00
group_key.go new join implementation 2018-08-13 10:51:57 -07:00
group_lookup.go chore: Rename parition key to group key 2018-07-12 16:16:58 -06:00
group_lookup_test.go chore: Rename parition key to group key 2018-07-12 16:16:58 -06:00
queue.go initial copy of ifql repo 2018-05-21 15:18:56 -06:00
result.go chore: Rename local vars for b to tbl 2018-07-13 10:04:38 -06:00
row_fn.go chore: Rename block to table 2018-07-13 09:56:35 -06:00
selector.go chore: Rename local vars for b to tbl 2018-07-13 10:04:38 -06:00
selector_test.go chore: Rename block to table 2018-07-13 09:56:35 -06:00
source.go rewrite imports 2018-05-21 15:20:06 -06:00
table.go feat(query/execute): Add Grow() functions to the table builder interface (#549) 2018-08-13 20:43:44 -04:00
transformation.go Add Stream Context to Executor (#609) 2018-08-14 16:18:59 -07:00
transport.go chore: Rename local vars for b to tbl 2018-07-13 10:04:38 -06:00
trigger.go chore: Rename block to table 2018-07-13 09:56:35 -06:00
window.go initial copy of ifql repo 2018-05-21 15:18:56 -06:00