pub fn _get_rows_encoded(
    by: &[Series],
    descending: &[bool],
    nulls_last: &[bool]
) -> PolarsResult<RowsEncoded>