Interface QueryProcStats
- 
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglongMethods inherited from interface se.liu.ida.hefquin.base.utils.Stats
getEntry, getEntryNames, isEmpty 
- 
Method Details
- 
getOverallQueryProcessingTime
long getOverallQueryProcessingTime() - 
getPlanningTime
long getPlanningTime() - 
getCompilationTime
long getCompilationTime() - 
getExecutionTime
long getExecutionTime() - 
getQueryPlanningStats
QueryPlanningStats getQueryPlanningStats() - 
getExecutionStats
ExecutionStats getExecutionStats() 
 -