| 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.RealHashTableStatistics
RealHashTableStatistics | public class RealHashTableStatistics extends RealNoPutResultSetStatistics (Code) | | ResultSetStatistics implemenation for HashTableResultSet.
author: jerry |
Constructor Summary | |
public | RealHashTableStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int hashtableSize, int[] hashKeyColumns, String nextQualifiers, Properties scanProperties, double optimizerEstimatedRowCount, double optimizerEstimatedCost, ResultSetStatistics[] subqueryTrackingArray, ResultSetStatistics childResultSetStatistics) |
hashKeyColumns | public int[] hashKeyColumns(Code) | | |
hashtableSize | public int hashtableSize(Code) | | |
RealHashTableStatistics | public RealHashTableStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int hashtableSize, int[] hashKeyColumns, String nextQualifiers, Properties scanProperties, double optimizerEstimatedRowCount, double optimizerEstimatedCost, ResultSetStatistics[] subqueryTrackingArray, ResultSetStatistics childResultSetStatistics)(Code) | | |
getNodeName | public String getNodeName()(Code) | | Format for display, a name for this node.
|
getNodeOn | public String getNodeOn()(Code) | | If this node is on a database item (like a table or an index), then provide a
string that describes the on item.
|
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 executio plan as a String. |
Methods inherited from org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics | protected void initFormatInfo(int depth)(Code)(Java Doc)
|
|
|