Trait polars_core::chunked_array::ops::IntoTakeRandom
source · pub trait IntoTakeRandom<'a> {
type Item;
type TakeRandom;
fn take_rand(&self) -> Self::TakeRandom;
}
Expand description
Create a type that implements a faster TakeRandom
.
Required Associated Types§
type Item
type TakeRandom
Required Methods§
sourcefn take_rand(&self) -> Self::TakeRandom
fn take_rand(&self) -> Self::TakeRandom
Create a type that implements TakeRandom
.