influxdb/server/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
..
db 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
query_tests refactor: Break Database query tests into their own files + add basic SQL tests (#760) 2021-02-05 16:04:41 -05:00
buffer.rs feat: add WAL metadata endpoint (#724) 2021-02-08 16:21:34 +00:00
config.rs feat: Implement list databases API 2021-02-04 16:50:40 +01:00
db.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
lib.rs refactor: Break Database query tests into their own files + add basic SQL tests (#760) 2021-02-05 16:04:41 -05:00
query_tests.rs refactor: Break Database query tests into their own files + add basic SQL tests (#760) 2021-02-05 16:04:41 -05:00
snapshot.rs refactor: rename partition, table, and column in parition_meta for clarity (#757) 2021-02-05 08:00:22 -05:00