Skip to content

Commit

Permalink
derive clone for ScanBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
zachschuermann committed Mar 14, 2024
1 parent 6fa958a commit 6c85853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/src/scan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub mod file_stream;

// TODO projection: something like fn select(self, columns: &[&str])
/// Builder to scan a snapshot of a table.
#[derive(Clone)]
pub struct ScanBuilder {
snapshot: Arc<Snapshot>,
schema: Option<SchemaRef>,
Expand Down

0 comments on commit 6c85853

Please sign in to comment.