pub type LateralRows = Box<dyn Iterator<Item = ExecResult<OwnedPhysicalRow>> + Send>;Expand description
Engine seam for a correlated right-hand relation.
The physical operator owns join iteration, ON filtering, and outer-row
preservation. The engine callback only evaluates the right relation and
scalar predicate in the current correlated scope.
Aliased Typeยง
pub struct LateralRows(/* private fields */);