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

Commit

Permalink
add filter skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Feb 24, 2024
1 parent 5834f26 commit 3cde2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eggstrain/src/execution/operators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use datafusion::physical_plan::ExecutionPlan;
use std::sync::Arc;
use tokio::sync::broadcast::{Receiver, Sender};

pub mod filter;
pub mod project;

pub trait Operator {
Expand Down

0 comments on commit 3cde2d8

Please sign in to comment.