fn handle_rank_preds( rank_preds: &[ExprImpl], window_func_pos: usize, ) -> Option<(u64, u64)>
Returns None if the conditions are too complex or invalid. Some((limit, offset)) otherwise.
None
Some((limit, offset))