Constructor and Description |
---|
PathIteration(EvaluationStrategyImpl evaluationStrategyImpl,
StatementPattern.Scope scope,
Var startVar,
TupleExpr pathExpression,
Var endVar,
Var contextVar,
long minLength,
BindingSet bindings) |
ZeroLengthPathIteration(EvaluationStrategyImpl evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings) |
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeEvaluationStrategy |
Constructor and Description |
---|
LimitedSizePathIterator(EvaluationStrategyImpl evaluationStrategyImpl,
StatementPattern.Scope scope,
Var startVar,
TupleExpr pathExpression,
Var endVar,
Var contextVar,
long minLength,
BindingSet bindings,
AtomicLong used,
long maxSize) |
LimitedSizeZeroLengthPathIteration(EvaluationStrategyImpl evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings,
AtomicLong used,
long maxSize) |
Modifier and Type | Class and Description |
---|---|
class |
FederationStrategy
Evaluates Join, LeftJoin and Union in parallel and only evaluate if
OwnedTupleExpr is the given member. |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsEvaluation
Extends the default strategy by accepting
SelectQuery and evaluating
them on a database. |
Copyright © 2001-2016 Aduna. All Rights Reserved.