Skip to content

Commit 44dd940

Browse files
committed
fixes
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 9298f56 commit 44dd940

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
@@ -341,10 +341,6 @@ impl Validity {
341341
/// Returns `None` when the array contains invalid values (so the cast cannot be performed),
342342
/// either because it is [`Validity::AllInvalid`] or because the validity array's minimum is
343343
/// `false`.
344-
///
345-
/// For `Validity::Array(_)`, this calls [`StatsSetRef::compute_min`] which may execute the
346-
/// validity array. Use [`Self::try_into_non_nullable`] when execution is not available — for
347-
/// example inside reduce rules.
348344
#[inline]
349345
pub fn into_non_nullable(self, len: usize, ctx: &mut ExecutionCtx) -> Option<Validity> {
350346
match self {

0 commit comments

Comments
 (0)