ResultSetStatistics
, XPLAINable
RealAnyResultSetStatistics
, RealCurrentOfStatistics
, RealGroupedAggregateStatistics
, RealHashScanStatistics
, RealHashTableStatistics
, RealIndexRowToBaseRowStatistics
, RealJoinResultSetStatistics
, RealLastIndexKeyScanStatistics
, RealMaterializedResultSetStatistics
, RealNormalizeResultSetStatistics
, RealOnceResultSetStatistics
, RealProjectRestrictStatistics
, RealRowCountStatistics
, RealRowResultSetStatistics
, RealScalarAggregateStatistics
, RealScrollInsensitiveResultSetStatistics
, RealSetOpResultSetStatistics
, RealSortStatistics
, RealTableScanStatistics
, RealUnionResultSetStatistics
, RealVTIStatistics
, RealWindowResultSetStatistics
abstract class RealNoPutResultSetStatistics extends RealBasicNoPutResultSetStatistics
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
indent |
|
int |
resultSetNumber |
|
protected int |
sourceDepth |
|
protected java.lang.String |
subIndent |
closeTime, constructorTime, inspectDesc, inspectNum, inspectOverall, nextTime, numOpens, openTime, optimizerEstimatedCost, optimizerEstimatedRowCount, rowsFiltered, rowsSeen
Constructor | Description |
---|---|
RealNoPutResultSetStatistics(int numOpens,
int rowsSeen,
int rowsFiltered,
long constructorTime,
long openTime,
long nextTime,
long closeTime,
int resultSetNumber,
double optimizerEstimatedRowCount,
double optimizerEstimatedCost) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
initFormatInfo(int depth) |
Initialize the format info for run time statistics.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dumpEstimatedCosts, dumpTimeStats, getChildren, getChildrenTime, getEstimatedRowCount, getNodeName, getNodeOn, getNodeTime, getResultSetDescriptor, getResultSetTimingsDescriptor, getRSXplainDetails, getScanPropsDescriptor, getSortPropsDescriptor, getTotalTime
getScanStatisticsText, getStatementExecutionPlanText
accept, getRSXplainType
public int resultSetNumber
protected java.lang.String indent
protected java.lang.String subIndent
protected int sourceDepth
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.