Skip to content

Commit a46436c

Browse files
committed
wip
Signed-off-by: Alexander Droste <[email protected]>
1 parent 2960e68 commit a46436c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-layout/src/layouts/flat/reader.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ impl LayoutReader for FlatReader {
169169
};
170170

171171
let array_mask = if *USE_VORTEX_OPERATORS {
172+
// TODO(0ax1): && expression is expensive - cost model
172173
if use_filter(array.dtype()) {
173174
// Run only over the pre-filtered rows.
174175
let array = array.filter(mask.clone())?;

0 commit comments

Comments
 (0)