Package | Description |
---|---|
com.bigdata.bop.joinGraph |
This package provides support for join graphs, query optimization,
and generating full query plans from a join graph and the
evaluation order identified by a query optimizer.
|
com.bigdata.bop.joinGraph.fast | |
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
NoReorderEvaluationPlan
Useful for testing - will not reorder the join predicates.
|
Modifier and Type | Method and Description |
---|---|
IEvaluationPlan |
FixedEvaluationPlanFactory.newPlan(IJoinNexus joinNexus,
IRule rule) |
IEvaluationPlan |
IEvaluationPlanFactory.newPlan(IJoinNexus joinNexus,
IRule rule)
Return a plan for the rule.
|
IEvaluationPlan |
NOPEvaluationPlanFactory.newPlan(IJoinNexus joinNexus,
IRule rule) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEvaluationPlan2
The evaluation order is determined by analysis of the propagation of
bindings.
|
Modifier and Type | Method and Description |
---|---|
IEvaluationPlan |
DefaultEvaluationPlanFactory2.newPlan(IJoinNexus joinNexus,
IRule rule) |
Modifier and Type | Method and Description |
---|---|
IEvaluationPlan |
RuleState.getPlan() |
IEvaluationPlan |
IRuleState.getPlan()
The evaluation plan.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.