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 4fc716b commit 610e6a7Copy full SHA for 610e6a7
vortex-layout/src/layouts/zoned/zone_map.rs
@@ -133,7 +133,7 @@ impl ZoneMap {
133
/// be pruned.
134
///
135
/// The expression provided should be the result of converting an existing `VortexExpr` via
136
- /// [`checked_pruning_expr`][vortex_expr::pruning::checked_pruning_expr] into a prunable
+ /// [`checked_pruning_expr`][vortex_array::expr::pruning::checked_pruning_expr] into a prunable
137
/// expression that can be evaluated on a zone map.
138
139
/// All zones where the predicate evaluates to `true` can be skipped entirely.
0 commit comments