Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
307 changes: 0 additions & 307 deletions native/core/src/execution/operators/copy.rs

This file was deleted.

2 changes: 0 additions & 2 deletions native/core/src/execution/operators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ use std::fmt::Debug;

use jni::objects::GlobalRef;

pub use copy::*;
pub use scan::*;

mod copy;
mod expand;
pub use expand::ExpandExec;
mod scan;
Expand Down
Loading
Loading