| Package | Description |
|---|---|
| org.openrdf.query.algebra.evaluation.iterator | |
| org.openrdf.query.algebra.evaluation.limited | |
| org.openrdf.query.algebra.evaluation.limited.iterator |
| 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) |
Copyright © 2001-2015 Aduna. All Rights Reserved.