Skip to content

Commit 74f36ac

Browse files
committed
fixes
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent ae3359f commit 74f36ac

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

vortex-array/src/validity.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,6 @@ impl Validity {
340340
/// Returns `None` when the array contains invalid values (so the cast cannot be performed),
341341
/// either because it is [`Validity::AllInvalid`] or because the validity array's minimum is
342342
/// `false`.
343-
///
344-
/// For `Validity::Array(_)`, this calls [`StatsSetRef::compute_min`] which may execute the
345-
/// validity array. Use [`Self::can_`] when execution is not available — for
346-
/// example inside reduce rules.
347343
#[inline]
348344
pub fn into_non_nullable(self, len: usize, ctx: &mut ExecutionCtx) -> Option<Validity> {
349345
match self {

0 commit comments

Comments
 (0)