We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2960e68 commit a46436cCopy full SHA for a46436c
vortex-layout/src/layouts/flat/reader.rs
@@ -169,6 +169,7 @@ impl LayoutReader for FlatReader {
169
};
170
171
let array_mask = if *USE_VORTEX_OPERATORS {
172
+ // TODO(0ax1): && expression is expensive - cost model
173
if use_filter(array.dtype()) {
174
// Run only over the pre-filtered rows.
175
let array = array.filter(mask.clone())?;
0 commit comments