fn remote_plan_row_bound(plan: &LogicalPlan) -> Option<usize>Expand description
Returns a deterministic upper bound on rows emitted by the remote plan for one region.
Only explicit caps and row-non-increasing wrappers are followed. Nodes that may multiply rows fail open, so the result remains a sound upper bound.