We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9298f56 commit 44dd940Copy full SHA for 44dd940
1 file changed
vortex-array/src/validity.rs
@@ -341,10 +341,6 @@ impl Validity {
341
/// Returns `None` when the array contains invalid values (so the cast cannot be performed),
342
/// either because it is [`Validity::AllInvalid`] or because the validity array's minimum is
343
/// `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.
348
#[inline]
349
pub fn into_non_nullable(self, len: usize, ctx: &mut ExecutionCtx) -> Option<Validity> {
350
match self {
0 commit comments