Trait polars_core::utils::FromTrustedLenIterator [−][src]
pub trait FromTrustedLenIterator<A> { fn from_iter_trusted_length<T>(iter: T) -> Self
where
T: IntoIterator<Item = A> + TrustedLen; }
Required methods
fn from_iter_trusted_length<T>(iter: T) -> Self where
T: IntoIterator<Item = A> + TrustedLen,
Implementors
impl<T> FromTrustedLenIterator<<T as ArrowPrimitiveType>::Native> for NoNull<ChunkedArray<T>> where
T: PolarsPrimitiveType,
impl<T> FromTrustedLenIterator<Option<<T as ArrowPrimitiveType>::Native>> for ChunkedArray<T> where
T: PolarsPrimitiveType,