Trait polars::chunked_array::object::IntoTakeRandom
source · [−]pub trait IntoTakeRandom<'a> {
type Item;
type TakeRandom;
fn take_rand(&self) -> Self::TakeRandom;
}
This is supported on crate feature
object
only.Expand description
Create a type that implements a faster TakeRandom
.
Associated Types
type TakeRandom
Required methods
fn take_rand(&self) -> Self::TakeRandom
fn take_rand(&self) -> Self::TakeRandom
Create a type that implements TakeRandom
.