ResultSetStatistics, XPLAINablepublic class RealWindowResultSetStatistics extends RealNoPutResultSetStatistics
| Modifier and Type | Field | Description |
|---|---|---|
private ResultSetStatistics |
childResultSetStatistics |
closeTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeenindent, resultSetNumber, sourceDepth, subIndent| Constructor | Description |
|---|---|
RealWindowResultSetStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost,
ResultSetStatistics childResultSetStatistics) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(XPLAINVisitor visitor) |
This method gets called to let a visitor visit this XPLAINable object.
|
java.util.Vector<ResultSetStatistics> |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdumpEstimatedCosts, dumpTimeStats, getChildrenTime, getEstimatedRowCount, getNodeTime, getResultSetDescriptor, getResultSetTimingsDescriptor, getRSXplainDetails, getScanPropsDescriptor, getSortPropsDescriptor, getTotalTimeinitFormatInfoprivate ResultSetStatistics childResultSetStatistics
public RealWindowResultSetStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost,
ResultSetStatistics childResultSetStatistics)
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 onlypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Vector<ResultSetStatistics> 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)
XPLAINablepublic java.lang.String getRSXplainType()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.