influxdb/influxql
Cory LaNou aa450b7483 fix vet errors 2015-05-28 10:58:39 -06:00
..
INFLUXQL.md Add int_lit as unary expression 2015-05-27 09:35:29 -07:00
NOTES WIP: wire up group bys and pretty much the whole shebang 2015-01-27 20:27:19 -05:00
ast.go fix #2644: make SHOW FIELD KEYS FROM /regex/ work 2015-05-27 10:26:32 -04:00
ast_test.go Fix AST test for `SELECT *` rewrite. 2015-05-22 13:56:11 -07:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
engine.go fmt 2015-05-20 14:15:33 -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 fix #2644: make SHOW FIELD KEYS FROM /regex/ work 2015-05-27 10:26:32 -04:00
parser_test.go fix vet errors 2015-05-28 10:58:39 -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