Commit Graph

6 Commits (0c2588ed43c981d0b66c1860c83540a2d114e055)

Author SHA1 Message Date
Ben Johnson 28b585e639 refactor tsdb query engine
This commit refactors the tsdb query engine to use separate aggregate
and raw execution paths, encapsulates cursor functionality, and removes
the TagSetCursor from the aggregate path. By removing the TagSetCursor,
we can pass sets of unordered values to the map functions and bypass
the `container/heap` entirely.
2015-10-22 09:41:12 -06:00
Cory LaNou 3c3c82cd1c update pre-commit hook for go vet composites 2015-09-16 09:57:46 -05:00
Cory LaNou fd236a7737 commit hook was inaccuratly reporting vet errors due to how we ran vet 2015-02-12 11:17:41 -07:00
Cory LaNou 2c9997d736 better error message 2015-01-13 18:03:40 -07:00
Cory LaNou 62f6ebea8c updating docs and pre-commit hooks for vet 2015-01-13 17:34:06 -07:00
John Shahid 9dac392f26 add a pre-commit hook 2014-06-23 13:25:59 -04:00