Struct polars_plan::dsl::ArrayNameSpace
source · pub struct ArrayNameSpace(pub Expr);Available on crate feature
dtype-array only.Expand description
Specialized expressions for Series of DataType::List.
Tuple Fields§
§0: ExprImplementations§
source§impl ArrayNameSpace
impl ArrayNameSpace
sourcepub fn unique_stable(self) -> Expr
pub fn unique_stable(self) -> Expr
Keep only the unique values in every sub-array.
sourcepub fn to_list(self) -> Expr
pub fn to_list(self) -> Expr
Cast the Array column to List column with the same inner data type.
Auto Trait Implementations§
impl !RefUnwindSafe for ArrayNameSpace
impl Send for ArrayNameSpace
impl Sync for ArrayNameSpace
impl Unpin for ArrayNameSpace
impl !UnwindSafe for ArrayNameSpace
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more