Skip to main content

DataFrameIsSorted

Trait DataFrameIsSorted 

Source
pub trait DataFrameIsSorted {
    // Required method
    fn is_sorted(
        &self,
        by: &[PlSmallStr],
        descending: &[bool],
        nulls_last: &[bool],
    ) -> PolarsResult<bool>;
}

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl DataFrameIsSorted for DataFrame

Source§

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

Implementors§