UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Make storage manager API more ergonomic #86

Closed kpgaffney closed 5 years ago

kpgaffney commented 5 years ago

The majority of data access in the storage manager should be done through more ergonomic iterators instead of how it is currently done with row and column indices. These API functions should be added to the storage manager. The physical operators in the execution engine should be rewritten to use them.