Skip to content

Commit fa3bb4c

Browse files
committed
perf[duckdb]: dont push down pack & dedup filters for ddb
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 5be3917 commit fa3bb4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vortex-array/src/expr/vtable.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ pub trait VTable: 'static + Sized + Send + Sync {
204204
true
205205
}
206206

207+
/// Returns whether this expression itself is_structural -- meaning this is add or removes a e.g. contains
208+
/// e.g. list or struct.
207209
fn is_structural(&self, options: &Self::Options) -> bool;
208210
}
209211

0 commit comments

Comments
 (0)