cistern
cistern copied to clipboard
WIP: Query executor
Part of https://github.com/Cistern/cistern/issues/90.
The Seek function doesn't make sense if you can't notify the storage resource about ordering...
OK this is what needs to be done for the MVP (which is what Cistern needs for now):
- Specify cursor with an ordering
- Seek using the cursor
// TODO
Simplifying. No seeking for now. Implement filtering, grouping, and aggregations.