influxdb/query/execute
Adam 05a2feb1fc
Added default signature generators for Selector and Aggregate configs and update the functions that need them (#690)
* Added default signature generators for Selector and Aggregate configs and update the functions that need them

* fix to percentile to collect the correct arguments for both aggregate and selector
2018-08-27 17:20:18 -04:00
..
executetest Encoding Error Tests (#653) 2018-08-17 13:16:41 -07:00
aggregate.go Added default signature generators for Selector and Aggregate configs and update the functions that need them (#690) 2018-08-27 17:20:18 -04: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 Materialize Empty Windows (#689) 2018-08-24 17:13:31 -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 Bounds Refactor (#675) 2018-08-23 15:58:29 -07:00
executor_test.go fix: Fixes #697 data race in execute test 2018-08-27 13:57:51 -06: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 Added default signature generators for Selector and Aggregate configs and update the functions that need them (#690) 2018-08-27 17:20:18 -04: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 Bounds Refactor (#675) 2018-08-23 15:58:29 -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