Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
add some substrait and tpch schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Feb 12, 2024
1 parent 2c52021 commit 3bb502a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eggstrain/src/execution/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pub mod operators;
pub mod substrait;

#[cfg(test)]
mod tests;
1 change: 1 addition & 0 deletions eggstrain/src/execution/operators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use tokio::sync::broadcast::{Receiver, Sender};
pub mod forward_toy;
pub mod order_by;
pub mod project;
pub mod table_scan;

#[async_trait]
pub(crate) trait UnaryOperator: Send {
Expand Down

0 comments on commit 3bb502a

Please sign in to comment.