| java.lang.Object org.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics org.apache.derby.impl.sql.execute.rts.RealJoinResultSetStatistics org.apache.derby.impl.sql.execute.rts.RealNestedLoopJoinStatistics org.apache.derby.impl.sql.execute.rts.RealNestedLoopLeftOuterJoinStatistics
All known Subclasses: org.apache.derby.impl.sql.execute.rts.RealHashLeftOuterJoinStatistics,
RealNestedLoopLeftOuterJoinStatistics | public class RealNestedLoopLeftOuterJoinStatistics extends RealNestedLoopJoinStatistics (Code) | | ResultSetStatistics implemenation for NestedLoopLeftOuterJoinResultSet.
author: jerry |
Constructor Summary | |
public | RealNestedLoopLeftOuterJoinStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int rowsSeenLeft, int rowsSeenRight, int rowsReturned, long restrictionTime, double optimizerEstimatedRowCount, double optimizerEstimatedCost, String userSuppliedOptimizerOverrides, ResultSetStatistics leftResultSetStatistics, ResultSetStatistics rightResultSetStatistics, int emptyRightRowsReturned) |
emptyRightRowsReturned | public int emptyRightRowsReturned(Code) | | |
RealNestedLoopLeftOuterJoinStatistics | public RealNestedLoopLeftOuterJoinStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int rowsSeenLeft, int rowsSeenRight, int rowsReturned, long restrictionTime, double optimizerEstimatedRowCount, double optimizerEstimatedCost, String userSuppliedOptimizerOverrides, ResultSetStatistics leftResultSetStatistics, ResultSetStatistics rightResultSetStatistics, int emptyRightRowsReturned)(Code) | | |
getScanStatisticsText | public String getScanStatisticsText(String tableName, int depth)(Code) | | Return information on the scan nodes from the statement execution
plan as a String.
Parameters: depth - Indentation level. Parameters: tableName - if not NULL then print information for this table only String The information on the scan nodes from the statement execution plan as a String. |
getStatementExecutionPlanText | public String getStatementExecutionPlanText(int depth)(Code) | | Return the statement execution plan as a String.
Parameters: depth - Indentation level. String The statement execution plan as a String. |
setNames | protected void setNames()(Code) | | |
Methods inherited from org.apache.derby.impl.sql.execute.rts.RealJoinResultSetStatistics | public String getNodeName()(Code)(Java Doc)
|
Methods inherited from org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics | protected void initFormatInfo(int depth)(Code)(Java Doc)
|
|
|