Closed kpgaffney closed 5 years ago
This adds two functions to the storage manager:
get_row
get_col
These are going to be useful for @srora's hash join implementation.
This adds two functions to the storage manager:
get_row
returns an iterator over the columns of a given row.get_col
returns an iterator over the rows of a given column, along with the row IDs.These are going to be useful for @srora's hash join implementation.