Interface QueryProcStats
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
Methods 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()
-