influxdb/influxql
Philip O'Toole 74cb96646c Refactor query engine for distributed query support
With this change, the query engine code gathers information about
shards and tagsets by working with individual shards, collating the
information, and returning that to the client. It does not assume that any
particular shard is local, and accesses all shards through abstracted
Mappers, of which there are two types -- a Mapper type for Raw queries
and a second type for Aggregate queries. There are corresponding
Executors for each type of Mapper, but both types of Executors share the
same interface.
2015-07-15 12:54:55 -07:00
..
INFLUXQL.md Add int_lit as unary expression 2015-05-27 09:35:29 -07:00
NOTES Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
ast.go Refactor query engine for distributed query support 2015-07-15 12:54:55 -07:00
ast_test.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
functions.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
functions_test.go Initialize influxql test data 2015-06-09 22:38:11 -07:00
parser.go fix #3102: add authentication cache 2015-06-30 18:29:11 -04:00
parser_test.go added tests for SHOW GRANTS FOR statements 2015-06-17 01:24:09 +10:00
result.go Refactor query engine for distributed query support 2015-07-15 12:54:55 -07:00
scanner.go Multi-node clustering. 2015-06-05 14:41:19 -06:00
scanner_test.go fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
token.go Added support for SHOW GRANTS FOR USER syntax 2015-06-17 01:00:26 +10:00