| else if (rs instanceof NestedLoopLeftOuterJoinResultSet)
{
NestedLoopLeftOuterJoinResultSet nllojrs =
(NestedLoopLeftOuterJoinResultSet) rs;
return new RealNestedLoopLeftOuterJoinStatistics(
nllojrs.numOpens,
nllojrs.rowsSeen,
nllojrs.rowsFiltered,
nllojrs.constructorTime,
nllojrs.openTime,
|