ResultSetStatistics
, XPLAINable
public class RealHashLeftOuterJoinStatistics extends RealNestedLoopLeftOuterJoinStatistics
closeTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeen
restrictionTime, rowsReturned, rowsSeenLeft, rowsSeenRight, userSuppliedOptimizerOverrides
leftResultSetStatistics, nodeName, oneRowRightSide, resultSetName, rightResultSetStatistics
emptyRightRowsReturned
indent, resultSetNumber, sourceDepth, subIndent
Constructor | Description |
---|---|
RealHashLeftOuterJoinStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
int rowsSeenLeft,
int rowsSeenRight,
int rowsReturned,
long restrictionTime,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost,
java.lang.String userSuppliedOptimizerOverrides,
ResultSetStatistics leftResultSetStatistics,
ResultSetStatistics rightResultSetStatistics,
int emptyRightRowsReturned) |
Modifier and Type | Method | Description |
---|---|---|
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 |
getRSXplainDetails() |
|
java.lang.String |
getRSXplainType() |
|
protected void |
setNames() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dumpEstimatedCosts, dumpTimeStats, getChildrenTime, getEstimatedRowCount, getNodeOn, getNodeTime, getScanPropsDescriptor, getSortPropsDescriptor, getTotalTime
getResultSetTimingsDescriptor
accept, getChildren, getNodeName
getScanStatisticsText, getStatementExecutionPlanText, toString
initFormatInfo
public RealHashLeftOuterJoinStatistics(int numOpens, int rowsSeen, int rowsFiltered, long constructorTime, long openTime, long nextTime, long closeTime, int resultSetNumber, int rowsSeenLeft, int rowsSeenRight, int rowsReturned, long restrictionTime, double optimizerEstimatedRowCount, double optimizerEstimatedCost, java.lang.String userSuppliedOptimizerOverrides, ResultSetStatistics leftResultSetStatistics, ResultSetStatistics rightResultSetStatistics, int emptyRightRowsReturned)
protected void setNames()
setNames
in class RealNestedLoopLeftOuterJoinStatistics
public java.lang.String getRSXplainType()
getRSXplainType
in interface XPLAINable
getRSXplainType
in class RealNestedLoopLeftOuterJoinStatistics
public java.lang.String getRSXplainDetails()
getRSXplainDetails
in interface XPLAINable
getRSXplainDetails
in class RealNestedLoopLeftOuterJoinStatistics
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 XPLAINable
getResultSetDescriptor
in class RealNestedLoopLeftOuterJoinStatistics
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.