Skip to main content

DataFrameIsSorted

Trait DataFrameIsSorted 

Source
pub trait DataFrameIsSorted {
    // Required method
    fn is_sorted(
        &self,
        by: &[PlSmallStr],
        descending: &[bool],
        nulls_last: &[bool],
    ) -> Result<bool, PolarsError>;
}
Available on crate feature polars-ops only.

Required Methods§

Source

fn is_sorted( &self, by: &[PlSmallStr], descending: &[bool], nulls_last: &[bool], ) -> Result<bool, PolarsError>

Implementors§