Uses of Interface
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.CostModel
Packages that use CostModel
Package
Description
-
Uses of CostModel in se.liu.ida.hefquin.engine
Fields in se.liu.ida.hefquin.engine declared as CostModelModifier and TypeFieldDescriptionprotected final CostModelHeFQUINEngineConfigReader.ExtendedContext.costModelMethods in se.liu.ida.hefquin.engine that return CostModelModifier and TypeMethodDescriptionHeFQUINEngineConfigReader.ExtendedContext.getCostModel()HeFQUINEngineConfigReader.readCostModel(org.apache.jena.rdf.model.Resource qprocRsrc, HeFQUINEngineConfigReader.ExtendedContext ctx) Constructors in se.liu.ida.hefquin.engine with parameters of type CostModelModifierConstructorDescriptionExtendedContext(HeFQUINEngineConfigReader.Context ctx, CostModel costModel) -
Uses of CostModel in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.costmodel
Classes in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.costmodel that implement CostModel -
Uses of CostModel in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple
Fields in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple declared as CostModelModifier and TypeFieldDescriptionprotected final CostModelCostModelBasedGreedyJoinPlanOptimizerImpl.costModelprotected final CostModelDPBasedJoinPlanOptimizer.costModelConstructors in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple with parameters of type CostModelModifierConstructorDescriptionDPBasedBushyJoinPlanOptimizer(CostModel costModel) DPBasedJoinPlanOptimizer(CostModel costModel) DPBasedLinearJoinPlanOptimizer(CostModel costModel) -
Uses of CostModel in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.utils with parameters of type CostModelModifier and TypeMethodDescriptionstatic List<PhysicalPlanWithCost> PhysicalPlanWithCostUtils.annotatePlansWithCost(CostModel cost, List<PhysicalPlan> plans, QueryProcContext ctx) static PhysicalPlanWithCostPhysicalPlanWithCostUtils.annotatePlanWithCost(CostModel cm, PhysicalPlan plan, QueryProcContext ctx) static Double[]CostEstimationUtils.getEstimates(CostModel costModel, QueryProcContext ctx, List<PhysicalPlan> plans) Initiates the cost estimation processes for all the plans in the given list and, afterwards, waits for the resulting estimates and returns them.static Double[]CostEstimationUtils.getEstimates(CostModel costModel, QueryProcContext ctx, PhysicalPlan... plans) Initiates the cost estimation processes for all the given plans and, afterwards, waits for the resulting estimates and returns them.