Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.ExecutablePlanStats
Packages that use ExecutablePlanStats
Package
Description
- 
Uses of ExecutablePlanStats in se.liu.ida.hefquin.engine.queryplan.executable
Methods in se.liu.ida.hefquin.engine.queryplan.executable that return ExecutablePlanStats - 
Uses of ExecutablePlanStats in se.liu.ida.hefquin.engine.queryplan.executable.impl
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl that implement ExecutablePlanStatsModifier and TypeClassDescriptionclassAn implementation ofExecutablePlanStatsforTaskBasedExecutablePlanImpl.Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl that return ExecutablePlanStats - 
Uses of ExecutablePlanStats in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that implement ExecutablePlanStatsModifier and TypeClassDescriptionclassAn implementation ofExecutablePlanStatsforIteratorBasedExecutablePlanImpl.Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return ExecutablePlanStatsModifier and TypeMethodDescriptionIteratorBasedExecutablePlanImpl.getStats()ExecutablePlanStatsOfIteratorBasedPlan.getSubPlanStats(int i) Returns the stats created for the i-th sub-plan of the executable plan for which this object has been created, where i starts at index 0 (zero).ResultElementIterWithUnaryExecOp.tryGetStatsOfInput()ResultElementIterWithBinaryExecOp.tryGetStatsOfInput1()ResultElementIterWithBinaryExecOp.tryGetStatsOfInput2()static ExecutablePlanStatsResultIteratorUtils.tryGetStatsOfProducingSubPlan(ResultBlockIterator it) static ExecutablePlanStatsResultIteratorUtils.tryGetStatsOfProducingSubPlan(ResultElementIterator it) Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return types with arguments of type ExecutablePlanStatsModifier and TypeMethodDescriptionExecutablePlanStatsOfIteratorBasedPlan.getSubPlanStats()Returns an iterable over the stats created for the sub-plans of the executable plan for which this object has been created.Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased with parameters of type ExecutablePlanStatsModifierConstructorDescriptionExecutablePlanStatsOfIteratorBasedPlan(ExecutableOperatorStats rootOpStats, ExecutablePlanStats... subPlanStats)  - 
Uses of ExecutablePlanStats in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return ExecutablePlanStats - 
Uses of ExecutablePlanStats in se.liu.ida.hefquin.engine.queryproc.impl.execution
Methods in se.liu.ida.hefquin.engine.queryproc.impl.execution that return ExecutablePlanStatsConstructors in se.liu.ida.hefquin.engine.queryproc.impl.execution with parameters of type ExecutablePlanStats