public class RealSortStatistics extends RealNoPutResultSetStatistics
| Modifier and Type | Field and Description |
|---|---|
ResultSetStatistics |
childResultSetStatistics |
boolean |
eliminateDuplicates |
boolean |
inSortedOrder |
int |
rowsInput |
int |
rowsReturned |
FormatableProperties |
sortProperties |
indent, resultSetNumber, sourceDepth, subIndentcloseTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeen| Constructor and Description |
|---|
RealSortStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
int rowsInput,
int rowsReturned,
boolean eliminateDuplicates,
boolean inSortedOrder,
java.util.Properties sortProperties,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost,
ResultSetStatistics childResultSetStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(XPLAINVisitor visitor)
This method gets called to let a visitor visit this XPLAINable object.
|
java.util.Vector |
getChildren()
Get the objects to be displayed when this tree object is expanded.
|
java.lang.String |
getNodeName()
Format for display, a name for this node.
|
java.lang.Object |
getResultSetDescriptor(java.lang.Object rsID,
java.lang.Object parentID,
java.lang.Object scanID,
java.lang.Object sortID,
java.lang.Object stmtID,
java.lang.Object timingID) |
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.Object |
getSortPropsDescriptor(java.lang.Object sortPropsID) |
java.lang.String |
getStatementExecutionPlanText(int depth)
Return the statement execution plan as a String.
|
java.lang.String |
toString() |
initFormatInfodumpEstimatedCosts, dumpTimeStats, getChildrenTime, getEstimatedRowCount, getNodeOn, getNodeTime, getResultSetTimingsDescriptor, getRSXplainDetails, getScanPropsDescriptor, getTotalTimepublic int rowsInput
public int rowsReturned
public boolean eliminateDuplicates
public boolean inSortedOrder
public ResultSetStatistics childResultSetStatistics
public FormatableProperties sortProperties
public RealSortStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
int rowsInput,
int rowsReturned,
boolean eliminateDuplicates,
boolean inSortedOrder,
java.util.Properties sortProperties,
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 getChildren()
RealBasicNoPutResultSetStatisticsThe objects returned can be of any type, including addtional Inspectables.
getChildren in class RealBasicNoPutResultSetStatisticspublic java.lang.String getNodeName()
getNodeName in class RealBasicNoPutResultSetStatisticspublic void accept(XPLAINVisitor visitor)
XPLAINablepublic java.lang.String getRSXplainType()
public java.lang.Object getResultSetDescriptor(java.lang.Object rsID,
java.lang.Object parentID,
java.lang.Object scanID,
java.lang.Object sortID,
java.lang.Object stmtID,
java.lang.Object timingID)
getResultSetDescriptor in interface XPLAINablegetResultSetDescriptor in class RealBasicNoPutResultSetStatisticspublic java.lang.Object getSortPropsDescriptor(java.lang.Object sortPropsID)
getSortPropsDescriptor in interface XPLAINablegetSortPropsDescriptor in class RealBasicNoPutResultSetStatisticsApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.