influxdb/influxql
Todd Persen 99cb11de49 Merge pull request #1997 from influxdb/fix-1997-include-tags-in-select-wildcard
Update SELECT * to return tag values
2015-05-25 23:35:14 -07: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 Merge pull request #1997 from influxdb/fix-1997-include-tags-in-select-wildcard 2015-05-25 23:35:14 -07: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 Make `DROP SERIES` take `Sources` instead of `Source` 2015-05-21 11:18:21 -07:00
parser_test.go Update the way that `DROP SERIES` handles `Sources` 2015-05-21 12:38:35 -07: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