Struct polars_plan::dsl::cat::CategoricalNameSpace
source · pub struct CategoricalNameSpace(/* private fields */);
Available on crate feature
dtype-categorical
only.Expand description
Specialized expressions for Categorical dtypes.
Implementations§
source§impl CategoricalNameSpace
impl CategoricalNameSpace
pub fn get_categories(self) -> 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§
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