public class PartialRecallExecutionEngine extends SimpleExecutionEngine
buffer, expectedSelectivity, optimizationTime, source, sourceVariable, target, targetVariable| Constructor and Description |
|---|
PartialRecallExecutionEngine(ACache source,
ACache target,
String sourceVar,
String targetVar,
long maxOpt,
double k)
Constructor for the partial recall execution engine.
|
| Modifier and Type | Method and Description |
|---|---|
AMapping |
execute(LinkSpecification spec,
IPlanner planner)
Executes a link specification.
|
executeDifference, executeDynamic, executeFilter, executeInstructions, executeIntersection, executeRun, executeStatic, executeUniongetBuffer, setBufferpublic PartialRecallExecutionEngine(ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)
source - Source cachetarget - Target cachesourceVar - Source variabletargetVar - Target variablemaxOpt, - optimization time constraintk, - expected selectivitypublic AMapping execute(LinkSpecification spec, IPlanner planner)
SimpleExecutionEngineexecute in interface IExecutionEngineexecute in class SimpleExecutionEnginespec - The link specification, after it was re-writtenplanner - The chosen plannerCopyright © 2020. All rights reserved.