move hashable_row to dbsp.rs

There will be a new type for joins, so it makes less sense to have
a separate file just for it. dbsp.rs is good.
This commit is contained in:
Glauber Costa
2025-09-08 07:29:38 -05:00
parent 1fd345f382
commit 6541a43670
5 changed files with 102 additions and 107 deletions

View File

@@ -2,7 +2,6 @@ pub mod compiler;
pub mod cursor;
pub mod dbsp;
pub mod expr_compiler;
pub mod hashable_row;
pub mod operator;
pub mod persistence;
pub mod view;