Interface ResultSetStatisticsFactory
- All Known Implementing Classes:
RealResultSetStatisticsFactory
public interface ResultSetStatisticsFactory
ResultSetStatisticsFactory provides a wrapper around all of
the result sets statistics objects needed in building the run time statistics.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the matching ResultSetStatistics for the specified ResultSet.getRunTimeStatistics(Activation activation, ResultSet rs, NoPutResultSet[] subqueryTrackingArray) RunTimeStatistics creation.
-
Field Details
-
MODULE
-
-
Method Details
-
getRunTimeStatistics
RunTimeStatistics getRunTimeStatistics(Activation activation, ResultSet rs, NoPutResultSet[] subqueryTrackingArray) throws StandardException RunTimeStatistics creation.- Parameters:
activation- The Activation we are generating the statistics forrs- The top ResultSet for the ResultSet treesubqueryTrackingArray- Array of subqueries, used for finding materialized subqueries.- Throws:
StandardException- on error
-
getResultSetStatistics
Get the matching ResultSetStatistics for the specified ResultSet. -
getResultSetStatistics
-
getNoRowsResultSetStatistics
-