|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics
org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics
org.apache.derby.impl.sql.execute.rts.RealWindowResultSetStatistics
public class RealWindowResultSetStatistics
ResultSetStatistics implementation for WindowResultSet.
| Field Summary | |
|---|---|
private ResultSetStatistics |
childResultSetStatistics
|
| Fields inherited from class org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics |
|---|
indent, resultSetNumber, sourceDepth, subIndent |
| Fields inherited from class org.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics |
|---|
closeTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeen |
| Constructor Summary | |
|---|---|
RealWindowResultSetStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost,
ResultSetStatistics childResultSetStatistics)
Constructor. |
|
| Method Summary | |
|---|---|
void |
accept(XPLAINVisitor visitor)
This method gets called to let a visitor visit this XPLAINable object. |
java.util.Vector |
getChildren()
RealBasicNoPutResultSetStatistics override. |
java.lang.String |
getNodeName()
RealBasicNoPutResultSetStatistics override. |
java.lang.String |
getNodeOn()
RealBasicNoPutResultSetStatistics override. |
java.lang.String |
getRSXplainType()
|
java.lang.String |
getScanStatisticsText(java.lang.String tableName,
int depth)
Return information on the scan nodes from the statement execution plan as a String. |
java.lang.String |
getStatementExecutionPlanText(int depth)
Return the statement execution plan as a String. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.derby.impl.sql.execute.rts.RealNoPutResultSetStatistics |
|---|
initFormatInfo |
| Methods inherited from class org.apache.derby.impl.sql.execute.rts.RealBasicNoPutResultSetStatistics |
|---|
dumpEstimatedCosts, dumpTimeStats, getChildrenTime, getEstimatedRowCount, getNodeTime, getResultSetDescriptor, getResultSetTimingsDescriptor, getRSXplainDetails, getScanPropsDescriptor, getSortPropsDescriptor, getTotalTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private ResultSetStatistics childResultSetStatistics
| Constructor Detail |
|---|
public RealWindowResultSetStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost,
ResultSetStatistics childResultSetStatistics)
| Method Detail |
|---|
public java.lang.String getStatementExecutionPlanText(int depth)
depth - Indentation level.
public java.lang.String getScanStatisticsText(java.lang.String tableName,
int depth)
depth - Indentation level.tableName - if not NULL then print information for this table only
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Vector getChildren()
getChildren in class RealBasicNoPutResultSetStatisticsRealBasicNoPutResultSetStatistics.getChildren()public java.lang.String getNodeOn()
getNodeOn in class RealBasicNoPutResultSetStatisticsRealBasicNoPutResultSetStatistics.getNodeOn()public java.lang.String getNodeName()
getNodeName in class RealBasicNoPutResultSetStatisticsRealBasicNoPutResultSetStatistics.getNodeName()public void accept(XPLAINVisitor visitor)
XPLAINable
public java.lang.String getRSXplainType()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||