We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Database::run
1 parent f96633d commit b75de42Copy full SHA for b75de42
1 file changed
src/db.rs
@@ -49,7 +49,7 @@ impl Database {
49
50
let mut builder = PhysicalPlanBuilder::new();
51
let operator = builder.build_plan(&logical_plan)?;
52
- println!("operator: {:#?}", logical_plan);
+ println!("operator: {:#?}", operator);
53
54
let storage = StorageImpl::InMemoryStorage(self.storage.clone());
55
let executor = VolcanoExecutor::new(storage);
0 commit comments