influxdb/query/src
Andrew Lamb a316b16960
feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776)
* feat: Change table_names to return either Some(set) or None, rather than a plan

* docs: improve comments

* docs: Apply suggestions from code review

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>

* fix: merge conflict

* fix: don't clone a string unless needed

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
2021-02-09 12:20:59 -05:00
..
exec chore: Update deps again (#738) 2021-02-04 06:02:05 -05:00
frontend feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776) 2021-02-09 12:20:59 -05:00
func chore: Update deps again (#738) 2021-02-04 06:02:05 -05:00
plan feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776) 2021-02-09 12:20:59 -05:00
provider feat: Implement TableProvider for Trait for `Db` (#730) 2021-02-03 14:18:47 -05:00
exec.rs feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776) 2021-02-09 12:20:59 -05:00
frontend.rs feat: Initial RPC Query Frontend (#692) 2021-01-25 08:33:39 -05:00
func.rs refactor: Organize window_bounds the same as selector functions (#594) 2020-12-21 12:51:36 -05:00
group_by.rs refactor: Organize window_bounds the same as selector functions (#594) 2020-12-21 12:51:36 -05:00
lib.rs feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776) 2021-02-09 12:20:59 -05:00
plan.rs feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776) 2021-02-09 12:20:59 -05:00
predicate.rs feat: Initial RPC Query Frontend (#692) 2021-01-25 08:33:39 -05:00
provider.rs fix: Improve code, comments and error messages for consistency (#737) 2021-02-04 12:05:24 -05:00
test.rs feat: Change table_names to return either Some(set) or None, rather than a plan (try 2) (#776) 2021-02-09 12:20:59 -05:00
util.rs feat: Initial RPC Query Frontend (#692) 2021-01-25 08:33:39 -05:00