Trait polars_arrow::index::IndexToUsize
source · [−]pub trait IndexToUsize {
fn negative_to_usize(self, index: usize) -> Option<usize>;
}
Required methods
fn negative_to_usize(self, index: usize) -> Option<usize>
fn negative_to_usize(self, index: usize) -> Option<usize>
Translate the negative index to an offset.