Function polars::prelude::sort::arg_sort_multiple::_get_rows_encoded_ca

source ·
pub fn _get_rows_encoded_ca(
    name: &str,
    by: &[Series],
    descending: &[bool],
    nulls_last: bool
) -> Result<ChunkedArray<BinaryOffsetType>, PolarsError>