influxdb/query/influxql/spectests
Adam c8da4b02aa
feat(query/influxql): Add group-by time + offset support ()
previous versions only supported the first parameter to time() that set the window size.  This version supports the second parameter, which shifts the offset a fixed amount from the epoch
2018-07-12 10:46:29 -04:00
..
aggregates.go feat(query/influxql): implement all of the basic aggregates and selectors 2018-07-06 13:45:35 -05:00
aggregates_with_condition.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
aggregates_with_groupby.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
aggregates_with_window.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
aggregates_with_window_offset.go feat(query/influxql): Add group-by time + offset support () 2018-07-12 10:46:29 -04:00
math.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
multiple_aggregates.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
multiple_statements.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
raw.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
raw_with_condition.go regex support added to transpiler () 2018-07-09 16:54:00 -04:00
raw_with_regex_condition.go regex support added to transpiler () 2018-07-09 16:54:00 -04:00
retention_policy.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00
selectors.go feat(query/influxql): implement all of the basic aggregates and selectors 2018-07-06 13:45:35 -05:00
testing.go refactor(query/influxql): move transpiler spec tests to its own package 2018-07-06 12:12:08 -05:00