| 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.RealGroupedAggregateStatistics
RealGroupedAggregateStatistics | public class RealGroupedAggregateStatistics extends RealNoPutResultSetStatistics (Code) | | ResultSetStatistics implemenation for GroupedAggregateResultSet.
author: jerry |
Constructor Summary | |
public | RealGroupedAggregateStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int rowsInput, boolean hasDistinctAggregate, boolean inSortedOrder, Properties sortProperties, double optimizerEstimatedRowCount, double optimizerEstimatedCost, ResultSetStatistics childResultSetStatistics) |
hasDistinctAggregate | public boolean hasDistinctAggregate(Code) | | |
inSortedOrder | public boolean inSortedOrder(Code) | | |
rowsInput | public int rowsInput(Code) | | |
RealGroupedAggregateStatistics | public RealGroupedAggregateStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int rowsInput, boolean hasDistinctAggregate, boolean inSortedOrder, Properties sortProperties, double optimizerEstimatedRowCount, double optimizerEstimatedCost, ResultSetStatistics childResultSetStatistics)(Code) | | |
getNodeName | public String getNodeName()(Code) | | Format for display, a name for this node.
|
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. 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. |
Methods inherited from org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics | protected void initFormatInfo(int depth)(Code)(Java Doc)
|
|
|