influxdb/influxql
Cory LaNou d6c7130721 more derivative tests 2015-05-19 16:25:23 -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 better validation for arguments for [non]derivative 2015-05-19 16:17:36 -06:00
ast_test.go more refactoring 2015-05-19 09:16:20 -06:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
engine.go Prevent division by 0 for derivative 2015-05-14 16:13:09 -06:00
engine_test.go validate arguments for aggregate functions 2015-05-19 12:29:39 -06:00
functions.go make select count(distinct(field)) work 2015-05-19 13:15:14 -06:00
functions_test.go add MapCountDistinct/ReduceCountDistinct function tests 2015-05-19 12:29:39 -06:00
parser.go validate methods can be private 2015-05-19 09:16:21 -06:00
parser_test.go more derivative tests 2015-05-19 16:25:23 -06:00
scanner.go fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
scanner_test.go fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
token.go support SELECT DISTINCT foo and SELECT distinct(foo) 2015-05-19 09:16:20 -06:00