Interface QueryPlanningStats
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
Methods inherited from interface se.liu.ida.hefquin.base.utils.Stats
getEntry, getEntryNames, isEmpty
-
Method Details
-
getOverallQueryPlanningTime
long getOverallQueryPlanningTime() -
getSourcePlanningTime
long getSourcePlanningTime() -
getLogicalOptimizationTime
long getLogicalOptimizationTime() -
getPhysicalOptimizationTime
long getPhysicalOptimizationTime() -
getSourcePlanningStats
SourcePlanningStats getSourcePlanningStats() -
getResultingSourceAssignment
LogicalPlan getResultingSourceAssignment() -
getResultingLogicalPlan
LogicalPlan getResultingLogicalPlan() -
getQueryOptimizationStats
PhysicalOptimizationStats getQueryOptimizationStats() -
getResultingPhysicalPlan
PhysicalPlan getResultingPhysicalPlan()
-