Trait polars_arrow::legacy::is_valid::IsValid
source · pub trait IsValid {
// Required method
unsafe fn is_valid_unchecked(&self, i: usize) -> bool;
}
Required Methods§
sourceunsafe fn is_valid_unchecked(&self, i: usize) -> bool
unsafe fn is_valid_unchecked(&self, i: usize) -> bool
§Safety
no bound checks