influxdb/influxql
Cory LaNou 93760c8679 update comment and changelog for count -> aggregate 2015-05-11 18:00:59 -06:00
..
INFLUXQL.md Update create user statement example. 2015-04-29 15:38:20 -03:00
NOTES WIP: wire up group bys and pretty much the whole shebang 2015-01-27 20:27:19 -05:00
ast.go no longer need hasCount 2015-05-11 17:48:37 -06:00
ast_test.go any aggregate function that has a group by time without a where time clause should fail 2015-05-11 17:48:37 -06:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
engine.go change timestamp to time 2015-05-11 12:28:47 -05:00
functions.go Merge pull request from neonstalwart/time 2015-05-11 12:38:00 -07:00
functions_test.go change timestamp to time 2015-05-11 12:28:47 -05:00
parser.go update comment and changelog for count -> aggregate 2015-05-11 18:00:59 -06:00
parser_test.go any aggregate function that has a group by time without a where time clause should fail 2015-05-11 17:48:37 -06:00
scanner.go fix : passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
scanner_test.go fix : passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
token.go fix : make influxql keywords case insensitive 2015-04-09 16:08:28 -04:00