influxdb/storage/reads
William Baker ec7841b355
feat: support for flux cardinality query ()
* feat: works with custom iterator

* feat: works with existing iterators

* chore: cleanup

* test: consistent assertions for tests

* fix: better log message if trying to filter on the value of a field key

* fix: comment for handling boolean literal; handle false boolean as well

* fix: make time range checking inclusive
2021-09-13 13:20:56 -06:00
..
datatypes feat: partial support for series cardinality flux query () 2021-09-09 12:37:11 -06:00
Makefile feat(values): add window mean array cursor 2020-10-07 13:17:50 -07:00
aggregate_resultset.go refactor: last cursor optimization function name () 2021-05-13 14:44:00 -04:00
aggregate_resultset_test.go fix(storage): cursor requests are [start, stop] instead of [start, stop) () 2021-04-30 12:15:06 -04:00
array_cursor.gen.go refactor: automated move of errors and id from root to kit () 2021-03-30 14:10:02 -04:00
array_cursor.gen.go.tmpl refactor: automated move of errors and id from root to kit () 2021-03-30 14:10:02 -04:00
array_cursor.gen.go.tmpldata feat: aggregate array cursors 2020-10-23 15:13:28 -07:00
array_cursor.go fix(storage): cursor requests are [start, stop] instead of [start, stop) () 2021-04-30 12:15:06 -04:00
array_cursor_gen_test.go refactor: update window logic to use interval package 2021-02-05 12:15:53 -08:00
array_cursor_test.gen.go.tmpl build: fix 'go generate' and regenerate the universe () 2021-03-30 10:32:14 -04:00
array_cursor_test.go refactor: update window logic to use interval package 2021-02-05 12:15:53 -08:00
gen.go feat(values): add window mean array cursor 2020-10-07 13:17:50 -07:00
group_resultset.go refactor: last cursor optimization function name () 2021-05-13 14:44:00 -04:00
group_resultset_test.go fix(storage): cursor requests are [start, stop] instead of [start, stop) () 2021-04-30 12:15:06 -04:00
helpers_test.go chore: Converging on 1.x tsdb 2020-08-03 09:20:48 -07:00
influxql_eval.go refactor(storage): rename things so flux and influxql influence is clear () 2020-03-05 15:23:05 -08:00
influxql_expr.go refactor(storage): rename things so flux and influxql influence is clear () 2020-03-05 15:23:05 -08:00
influxql_predicate.go feat: support for flux cardinality query () 2021-09-13 13:20:56 -06:00
influxql_predicate_test.go chore: More cleanup 2020-08-03 09:20:50 -07:00
keymerger.go refactor: move v2/v1/models to v2/models 2020-08-03 09:20:51 -07:00
keymerger_test.go refactor: move v2/v1/models to v2/models 2020-08-03 09:20:51 -07:00
modulo.go feat: add offset parameter to window cursors 2020-07-20 12:23:37 -07:00
predicate.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
predicate_test.go chore: More cleanup 2020-08-03 09:20:50 -07:00
resultset.go fix(storage): cursor requests are [start, stop] instead of [start, stop) () 2021-04-30 12:15:06 -04:00
resultset_lineprotocol.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
resultset_test.go fix(storage): cursor requests are [start, stop] instead of [start, stop) () 2021-04-30 12:15:06 -04:00
series_cursor.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
series_cursor_test.go chore: Converging on 1.x tsdb 2020-08-03 09:20:48 -07:00
store.go feat: partial support for series cardinality flux query () 2021-09-09 12:37:11 -06:00
store_test.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
tagsbuffer.go refactor: move v2/v1/models to v2/models 2020-08-03 09:20:51 -07:00
types.tmpldata feat(values): add window mean array cursor 2020-10-07 13:17:50 -07:00