Struct polars_plan::dsl::cat::CategoricalNameSpace
source · [−]pub struct CategoricalNameSpace(_);
Expand description
Specialized expressions for Categorical dtypes.
Implementations
sourceimpl CategoricalNameSpace
impl CategoricalNameSpace
pub fn set_ordering(self, ordering: CategoricalOrdering) -> Expr
Auto Trait Implementations
impl !RefUnwindSafe for CategoricalNameSpace
impl Send for CategoricalNameSpace
impl Sync for CategoricalNameSpace
impl Unpin for CategoricalNameSpace
impl !UnwindSafe for CategoricalNameSpace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more