Modifier and Type | Method and Description |
---|---|
protected void |
TupleAndGraphQueryEvaluator.evaluateBooleanQuery(QueryLanguage queryLn,
String queryString,
QueryResultWriter writer)
Evaluate a boolean SPARQL or SERQL query
|
protected void |
TupleAndGraphQueryEvaluator.evaluateGraphQuery(QueryLanguage queryLn,
String queryString,
RDFWriter writer)
Evaluate SPARQL or SERQL graph query
|
protected void |
TupleAndGraphQueryEvaluator.evaluateTupleQuery(QueryLanguage queryLn,
String queryString,
QueryResultWriter writer)
Evaluate SPARQL or SERQL tuple query and send the output to a writer.
|
Modifier and Type | Method and Description |
---|---|
protected QueryEvaluationException |
QueueCursor.convert(Exception e)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryInterruptedException
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to
complete.
|
Modifier and Type | Method and Description |
---|---|
static Model |
QueryResults.asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)
Get a
Model containing all elements obtained from the specified query result. |
static boolean |
QueryResults.equals(GraphQueryResult result1,
GraphQueryResult result2)
Compares two graph query results and returns
true if they are equal. |
static boolean |
QueryResults.equals(TupleQueryResult tqr1,
TupleQueryResult tqr2)
Compares two tuple query results and returns
true if they are equal. |
TupleQueryResult |
TupleQuery.evaluate() |
GraphQueryResult |
GraphQuery.evaluate() |
boolean |
BooleanQuery.evaluate() |
void |
GraphQuery.evaluate(RDFHandler handler) |
void |
TupleQuery.evaluate(TupleQueryResultHandler handler) |
List<String> |
TupleQueryResult.getBindingNames()
Gets the names of the bindings, in order of projection.
|
Map<String,String> |
GraphQueryResult.getNamespaces()
Retrieves relevant namespaces from the query result.
|
static boolean |
QueryResults.isSubset(TupleQueryResult tqr1,
TupleQueryResult tqr2) |
static void |
QueryResults.report(GraphQueryResult gqr,
RDFHandler rdfHandler)
Reports a graph query result to an
RDFHandler . |
static void |
QueryResults.report(TupleQueryResult tqr,
QueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler . |
static Statement |
QueryResults.singleResult(GraphQueryResult result)
Returns a single element from the query result.
|
static BindingSet |
QueryResults.singleResult(TupleQueryResult result)
Returns a single element from the query result.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueExprEvaluationException
An exception indicating that a
ValueExpr could not be evaluated due to illegal or incompatible values. |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(Service expr,
String serviceUri,
CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as
input.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(TupleExpr expr,
BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as
input.
|
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractQueryPreparer.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred,
int maxExecutionTime) |
CloseableIteration<? extends Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(Service expr,
String serviceUri,
CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as
input.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(Service expr,
String serviceUri,
CloseableIteration<BindingSet,QueryEvaluationException> bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as
input.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategy.evaluate(TupleExpr expr,
BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as
input.
|
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractQueryPreparer.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred,
int maxExecutionTime) |
Value |
EvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings)
Gets the value of this expression.
|
FederatedService |
EvaluationStrategy.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
CloseableIteration<? extends Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
boolean |
EvaluationStrategy.isTrue(ValueExpr expr,
BindingSet bindings)
Evaluates the boolean expression on the supplied TripleSource object.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionFederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TupleFunctionFederatedService.ask(Service service,
BindingSet bindings,
String baseUri) |
boolean |
FederatedService.ask(Service service,
BindingSet bindings,
String baseUri)
Evaluate the provided SPARQL ASK query at this federated service.
|
protected abstract FederatedService |
AbstractFederatedServiceResolver.createService(String serviceUrl)
Create a new
FederatedService for the given serviceUrl. |
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.
|
FederatedService |
FederatedServiceResolver.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
FederatedService |
AbstractFederatedServiceResolver.getService(String serviceUrl)
Retrieve the
FederatedService registered for serviceUrl. |
void |
FederatedService.initialize()
Method to perform any initializations, invoked after construction.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionFederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri)
Evaluate the provided SPARQL query at this federated service.
|
void |
FederatedService.shutdown()
Method to perform any shutDown code, invoked at unregistering.
|
Constructor and Description |
---|
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter,
TupleExpr rightArg,
BindingSet bindings)
Deprecated.
|
ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration,
List<BindingSet> inputBindings)
Deprecated.
|
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<BindingSet> bindings)
Deprecated.
|
ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
Service service,
BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
Constructor and Description |
---|
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter,
TupleExpr rightArg,
BindingSet bindings)
Deprecated.
|
ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
Service service,
BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
TupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
TupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Service service,
String serviceUri,
CloseableIteration<BindingSet,QueryEvaluationException> bindings) |
Modifier and Type | Method and Description |
---|---|
Value |
StrictEvaluationStrategy.evaluate(And node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(BinaryTupleOperator expr,
BindingSet bindings) |
abstract CloseableIteration<BindingSet,QueryEvaluationException> |
ExternalSet.evaluate(BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(BindingSetAssignment bsa,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(BNodeGenerator node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Bound node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(CompareAll node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(CompareAny node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
Value |
ExtendedEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Datatype node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(DescribeOperator operator,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Difference difference,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Distinct distinct,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(EmptySet emptySet,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Exists node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Extension extension,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(ExternalSet external,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Filter filter,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(FunctionCall node,
BindingSet bindings)
Evaluates a function.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Group node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(If node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(In node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Intersection intersection,
BindingSet bindings) |
IRI |
StrictEvaluationStrategy.evaluate(IRIFunction node,
BindingSet bindings)
Creates a URI from the operand value (a plain literal or a URI).
|
Value |
StrictEvaluationStrategy.evaluate(IsBNode node,
BindingSet bindings)
Determines whether the operand (a variable) contains a BNode.
|
Value |
StrictEvaluationStrategy.evaluate(IsLiteral node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Literal.
|
Value |
StrictEvaluationStrategy.evaluate(IsNumeric node,
BindingSet bindings)
Determines whether the operand (a variable) contains a numeric datatyped literal, i.e.
|
Value |
StrictEvaluationStrategy.evaluate(IsResource node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Resource.
|
Value |
StrictEvaluationStrategy.evaluate(IsURI node,
BindingSet bindings)
Determines whether the operand (a variable) contains a URI.
|
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Join join,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Label node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Lang node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(LangMatches node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(LeftJoin leftJoin,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Like node,
BindingSet bindings)
Determines whether the two operands match according to the
like operator. |
Value |
StrictEvaluationStrategy.evaluate(ListMemberOperator node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(LocalName node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(MathExpr node,
BindingSet bindings) |
Value |
ExtendedEvaluationStrategy.evaluate(MathExpr node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(MultiProjection multiProjection,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Namespace node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Not node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Now node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Or node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Order node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Projection projection,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Reduced reduced,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Regex node,
BindingSet bindings)
Determines whether the two operands match according to the
regex operator. |
Value |
StrictEvaluationStrategy.evaluate(SameTerm node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Service service,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Service service,
String serviceUri,
CloseableIteration<BindingSet,QueryEvaluationException> bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(SingletonSet singletonSet,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Slice slice,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(StatementPattern sp,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Str node,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionEvaluationStrategy.evaluate(TupleExpr expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(TupleExpr expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionEvaluationStrategy.evaluate(TupleFunctionCall expr,
BindingSet bindings) |
static CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionEvaluationStrategy.evaluate(TupleFunction func,
List<Var> resultVars,
BindingSet bindings,
ValueFactory valueFactory,
Value... argValues) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(UnaryTupleOperator expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(Union union,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(ValueConstant valueConstant,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.evaluate(Var var,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(ZeroLengthPath zlp,
BindingSet bindings) |
FederatedService |
StrictEvaluationStrategy.getService(String serviceUrl) |
boolean |
StrictEvaluationStrategy.isTrue(ValueExpr expr,
BindingSet bindings) |
Modifier and Type | Field and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SilentIteration.iter |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
CrossProductIteration.resultIteration |
Modifier and Type | Method and Description |
---|---|
protected Iteration<BindingSet,QueryEvaluationException> |
OrderIterator.createIteration() |
Modifier and Type | Method and Description |
---|---|
protected Collection<BindingSet> |
HashJoinIteration.makeIterationCache(CloseableIteration<BindingSet,QueryEvaluationException> iter)
Utility methods to make it easier to inserted custom store dependent list
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FilterIterator.accept(BindingSet bindings) |
protected boolean |
CompatibleBindingSetFilter.accept(BindingSet outputBindings)
Deprecated.
|
protected <E> void |
HashJoinIteration.add(Collection<E> col,
E value) |
protected void |
BottomUpJoinIterator.add(List<BindingSet> leftArgResults,
BindingSet b)
Deprecated.
|
protected boolean |
PathIteration.add(Set<PathIteration.ValuePair> valueSet,
PathIteration.ValuePair vp) |
protected boolean |
ZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v)
add param v to the set reportedValues2
|
protected <E> void |
HashJoinIteration.addAll(Collection<E> col,
List<E> values) |
protected void |
BottomUpJoinIterator.addAll(List<BindingSet> hashTableValues,
List<BindingSet> values)
Deprecated.
|
protected boolean |
PathIteration.addToQueue(Queue<PathIteration.ValuePair> valueQueue2,
PathIteration.ValuePair vp) |
protected BindingSet |
ProjectionIterator.convert(BindingSet sourceBindings) |
BindingSet |
ExtensionIterator.convert(BindingSet sourceBindings) |
protected Iteration<BindingSet,QueryEvaluationException> |
OrderIterator.createIteration() |
protected void |
OrderIterator.decrement(int amount) |
protected BindingSet |
ZeroLengthPathIteration.getNextElement() |
protected BindingSet |
SilentIteration.getNextElement() |
protected BindingSet |
PathIteration.getNextElement() |
protected BindingSet |
MultiProjectionIterator.getNextElement() |
protected BindingSet |
LeftJoinIterator.getNextElement() |
protected BindingSet |
JoinIterator.getNextElement() |
protected BindingSet |
HashJoinIteration.getNextElement() |
protected BindingSet |
DescribeIteration.getNextElement() |
protected BindingSet |
CrossProductIteration.getNextElement() |
protected BindingSet |
BottomUpJoinIterator.getNextElement()
Deprecated.
|
protected BindingSet |
BadlyDesignedLeftJoinIterator.getNextElement() |
void |
QueryContextIteration.handleClose() |
protected void |
PathIteration.handleClose() |
protected void |
OrderIterator.handleClose() |
protected void |
MultiProjectionIterator.handleClose() |
protected void |
LeftJoinIterator.handleClose() |
protected void |
JoinIterator.handleClose() |
protected void |
HashJoinIteration.handleClose() |
protected void |
GroupIterator.handleClose() |
protected void |
CrossProductIteration.handleClose() |
protected void |
BottomUpJoinIterator.handleClose()
Deprecated.
|
boolean |
QueryContextIteration.hasNext() |
boolean |
GroupIterator.hasNext() |
protected void |
OrderIterator.increment() |
BindingSet |
QueryContextIteration.next() |
BindingSet |
GroupIterator.next() |
protected void |
BottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue)
Deprecated.
|
protected void |
HashJoinIteration.putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> nextHashTable,
BindingSetHashKey hashKey,
List<BindingSet> hashValue,
boolean newEntry) |
void |
QueryContextIteration.remove() |
void |
OrderIterator.remove() |
protected BindingSet |
BottomUpJoinIterator.removeFirstElement(List<BindingSet> list)
Deprecated.
Remove the first (0 index) element from a BindingSet list.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Difference difference,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Distinct distinct,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Intersection intersection,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Join join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Order node,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Difference difference,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Distinct distinct,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Intersection intersection,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Join join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(Order node,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
static Set<BindingSet> |
LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> includeSet,
AtomicLong used,
long maxSize) |
Set<BindingSet> |
LimitedSizeIntersectIteration.addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> set) |
protected Set<BindingSet> |
LimitedSizeSPARQLMinusIteration.makeSet(Iteration<BindingSet,QueryEvaluationException> rightArg2) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeDistinctIteration.add(BindingSet object) |
protected <E> void |
LimitedSizeHashJoinIteration.add(Collection<E> col,
E value) |
protected void |
LimitedSizeBottomUpJoinIterator.add(List<BindingSet> leftArgResults,
BindingSet b)
Deprecated.
|
protected boolean |
LimitedSizePathIterator.add(Set<PathIteration.ValuePair> valueSet,
PathIteration.ValuePair vp) |
protected boolean |
LimitedSizeZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v) |
static <V> boolean |
LimitedSizeIteratorUtil.add(V object,
Collection<V> excludeSet,
AtomicLong used,
long maxSize) |
protected <E> void |
LimitedSizeHashJoinIteration.addAll(Collection<E> col,
List<E> values) |
static Set<BindingSet> |
LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> includeSet,
AtomicLong used,
long maxSize) |
protected void |
LimitedSizeBottomUpJoinIterator.addAll(List<BindingSet> hashTableValues,
List<BindingSet> values)
Deprecated.
|
Set<BindingSet> |
LimitedSizeIntersectIteration.addSecondSet(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
Set<BindingSet> set) |
protected void |
LimitedSizeOrderIteration.decrement(int amount) |
protected void |
LimitedSizeSPARQLMinusIteration.handleClose()
After closing the set is cleared and any "used" capacity for collections is returned.
|
protected void |
LimitedSizeIntersectIteration.handleClose()
After closing the set is cleared and any "used" capacity for collections is returned.
|
protected void |
LimitedSizeBottomUpJoinIterator.handleClose()
Deprecated.
|
protected void |
LimitedSizeOrderIteration.increment() |
protected Set<BindingSet> |
LimitedSizeSPARQLMinusIteration.makeSet(Iteration<BindingSet,QueryEvaluationException> rightArg2) |
protected void |
LimitedSizeBottomUpJoinIterator.put(Map<BindingSet,List<BindingSet>> hashTable,
BindingSet hashKey,
List<BindingSet> hashValue)
Deprecated.
|
protected void |
LimitedSizeHashJoinIteration.putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> hashTable,
BindingSetHashKey hashKey,
List<BindingSet> hashValue) |
protected BindingSet |
LimitedSizeBottomUpJoinIterator.removeFirstElement(List<BindingSet> list)
Deprecated.
|
Constructor and Description |
---|
LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter,
AtomicLong used,
long maxSize) |
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
AtomicLong used,
long maxSize)
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
|
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
AtomicLong used,
long maxSize)
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
|
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeIntersectIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg1,
Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
Comparator<BindingSet> comparator,
AtomicLong used,
long maxSize) |
LimitedSizeOrderIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
Comparator<BindingSet> comparator,
long limit,
boolean distinct,
AtomicLong used,
long maxSize) |
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
AtomicLong used,
long maxSize)
Creates a new MinusIteration that returns the results of the left argument minus the results of the right
argument.
|
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
AtomicLong used,
long maxSize)
Creates a new MinusIteration that returns the results of the left argument minus the results of the right
argument.
|
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
boolean distinct,
AtomicLong used,
long maxSize)
Creates a new SPARQLMinusIteration that returns the results of the left argument minus the results of the right
argument.
|
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet,QueryEvaluationException> leftArg,
Iteration<BindingSet,QueryEvaluationException> rightArg,
boolean distinct,
AtomicLong used,
long maxSize)
Creates a new SPARQLMinusIteration that returns the results of the left argument minus the results of the right
argument.
|
Constructor and Description |
---|
LimitedSizeBottomUpJoinIterator(EvaluationStrategy limitedSizeEvaluationStrategy,
Join join,
BindingSet bindings,
AtomicLong used,
long maxSize)
Deprecated.
|
LimitedSizeHashJoinIteration(EvaluationStrategy limitedSizeEvaluationStrategy,
Join join,
BindingSet bindings,
AtomicLong used,
long maxSize) |
LimitedSizePathIterator(StrictEvaluationStrategy evaluationStrategyImpl,
StatementPattern.Scope scope,
Var startVar,
TupleExpr pathExpression,
Var endVar,
Var contextVar,
long minLength,
BindingSet bindings,
AtomicLong used,
long maxSize) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TripleSources.booleanValue(Resource subj,
IRI pred,
TripleSource store) |
static CloseableIteration<? extends Literal,QueryEvaluationException> |
TripleSources.getObjectLiterals(Resource subject,
IRI predicate,
TripleSource store) |
static CloseableIteration<? extends Resource,QueryEvaluationException> |
TripleSources.getObjectResources(Resource subject,
IRI predicate,
TripleSource store) |
static CloseableIteration<? extends IRI,QueryEvaluationException> |
TripleSources.getObjectURIs(Resource subject,
IRI predicate,
TripleSource store) |
static CloseableIteration<? extends IRI,QueryEvaluationException> |
TripleSources.getSubjectURIs(IRI predicate,
Value object,
TripleSource store) |
static Iteration<? extends Value,QueryEvaluationException> |
TripleSources.list(Resource subj,
TripleSource store) |
static Iteration<? extends Resource,QueryEvaluationException> |
TripleSources.listResources(Resource subj,
TripleSource store) |
static Statement |
TripleSources.single(Resource subj,
IRI pred,
Value obj,
TripleSource store)
Returns the single statement with the given subject, predicate and object or null if none exists.
|
static Value |
TripleSources.singleValue(Resource subj,
IRI pred,
TripleSource store) |
Modifier and Type | Method and Description |
---|---|
static Graph |
DAWGTestResultSetUtil.toGraph(TupleQueryResult tqr) |
Modifier and Type | Method and Description |
---|---|
protected QueryEvaluationException |
QueueCursor.convert(Exception e) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Modifier and Type | Method and Description |
---|---|
List<String> |
IteratingTupleQueryResult.getBindingNames() |
protected void |
BackgroundGraphResult.handleClose() |
protected void |
AbstractParserQuery.QueryInterruptIteration.throwInterruptedException() |
Constructor and Description |
---|
GraphQueryResultImpl(Map<String,String> namespaces,
CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)
Deprecated.
|
IteratingGraphQueryResult(Map<String,String> namespaces,
CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter) |
IteratingTupleQueryResult(List<String> bindingNames,
CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Creates a query result object with the supplied binding names.
|
QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter,
long timeLimit) |
TupleQueryResultImpl(List<String> bindingNames,
CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Deprecated.
|
Constructor and Description |
---|
MutableTupleQueryResult(TupleQueryResult tqr) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractParserQuery.QueryInterruptIteration.throwInterruptedException() |
Constructor and Description |
---|
QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter,
long timeLimit) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryResultIO.writeGraph(GraphQueryResult gqr,
RDFFormat format,
OutputStream out)
Writes a graph query result document in a specific RDF format to an output stream.
|
static void |
QueryResultIO.writeTuple(TupleQueryResult tqr,
QueryResultFormat format,
OutputStream out)
Writes a query result document in a specific query result format to an output stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BackgroundTupleResult.handleClose() |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
RepositoryTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
RepositoryTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPQueryEvaluationException |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
HTTPTupleQuery.evaluate() |
GraphQueryResult |
HTTPGraphQuery.evaluate() |
boolean |
HTTPBooleanQuery.evaluate() |
void |
HTTPGraphQuery.evaluate(RDFHandler handler) |
void |
HTTPTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
SailTupleQuery.evaluate() |
GraphQueryResult |
SailGraphQuery.evaluate() |
boolean |
SailBooleanQuery.evaluate() |
void |
SailGraphQuery.evaluate(RDFHandler handler) |
void |
SailTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected Iteration<Statement,QueryEvaluationException> |
SPARQLConnection.toStatementIteration(TupleQueryResult iter,
Resource subj,
IRI pred,
Value obj)
Converts a
TupleQueryResult resulting from the SPARQLConnection.EVERYTHING_WITH_GRAPH to a statement by using the
respective values from the BindingSet or (if provided) the ones from the arguments. |
Modifier and Type | Field and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SilentIteration.iter |
protected CloseableIteration<T,QueryEvaluationException> |
JoinExecutorBase.leftIter |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
SPARQLCrossProductIteration.resultIteration |
protected CloseableIteration<T,QueryEvaluationException> |
JoinExecutorBase.rightIter |
protected QueueCursor<CloseableIteration<T,QueryEvaluationException>> |
JoinExecutorBase.rightQueue |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initialized
Repository of
this FederatedService . |
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri)
Evaluate the provided sparqlQueryString at the initialized
Repository of this FederatedService . |
Modifier and Type | Method and Description |
---|---|
void |
JoinExecutorBase.addResult(CloseableIteration<T,QueryEvaluationException> res) |
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initialized
Repository of
this FederatedService . |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryFederatedService.ask(Service service,
BindingSet bindings,
String baseUri)
Evaluate the provided sparqlQueryString at the initialized
Repository of this FederatedService . |
protected BindingSet |
ServiceJoinConversionIteration.convert(BindingSet bIn) |
protected FederatedService |
SPARQLServiceResolver.createService(String serviceUrl) |
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluate(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri) |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.evaluateInternal(Service service,
CloseableIteration<BindingSet,QueryEvaluationException> bindings,
String baseUri)
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initialized
Repository of
this FederatedService . |
protected BindingSet |
SilentIteration.getNextElement() |
protected BindingSet |
SPARQLCrossProductIteration.getNextElement() |
T |
JoinExecutorBase.getNextElement() |
protected void |
SPARQLCrossProductIteration.handleClose() |
void |
JoinExecutorBase.handleClose() |
void |
RepositoryFederatedService.initialize() |
CloseableIteration<BindingSet,QueryEvaluationException> |
RepositoryFederatedService.select(Service service,
Set<String> projectionVars,
BindingSet bindings,
String baseUri)
Evaluate the provided sparqlQueryString at the initialized
Repository of this FederatedService . |
void |
RepositoryFederatedService.shutdown() |
Constructor and Description |
---|
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter,
TupleExpr rightArg,
BindingSet bindings) |
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<BindingSet> bindings) |
SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter) |
SPARQLCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration,
List<BindingSet> inputBindings) |
Constructor and Description |
---|
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter,
TupleExpr rightArg,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
SPARQLTupleQuery.evaluate() |
GraphQueryResult |
SPARQLGraphQuery.evaluate() |
boolean |
SPARQLBooleanQuery.evaluate() |
void |
SPARQLGraphQuery.evaluate(RDFHandler handler) |
void |
SPARQLTupleQuery.evaluate(TupleQueryResultHandler handler) |
BindingSet |
InsertBindingSetCursor.next() |
Constructor and Description |
---|
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Repositories.graphQuery(Repository repository,
String query,
java.util.function.Function<GraphQueryResult,T> processFunction)
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results
to the given
Function with the result from the function returned by the method. |
static void |
Repositories.graphQuery(Repository repository,
String query,
RDFHandler handler)
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results
to the given
RDFHandler . |
static <T> T |
Repositories.graphQueryNoTransaction(Repository repository,
String query,
java.util.function.Function<GraphQueryResult,T> processFunction)
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes
the results to the given
Function with the result from the function returned by the method. |
static void |
Repositories.graphQueryNoTransaction(Repository repository,
String query,
RDFHandler handler)
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes
the results to the given
RDFHandler . |
static <T> T |
Repositories.tupleQuery(Repository repository,
String query,
java.util.function.Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the given
Function with the result from the function returned by the method. |
static void |
Repositories.tupleQuery(Repository repository,
String query,
TupleQueryResultHandler handler)
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the given
TupleQueryResultHandler . |
static <T> T |
Repositories.tupleQueryNoTransaction(Repository repository,
String query,
java.util.function.Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to
the given
Function with the result from the function returned by the method. |
static void |
Repositories.tupleQueryNoTransaction(Repository repository,
String query,
TupleQueryResultHandler handler)
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to
the given
TupleQueryResultHandler . |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnection.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred)
Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and
supplied bindings as input parameters.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
SailConnectionTupleQuery.evaluate() |
GraphQueryResult |
SailConnectionGraphQuery.evaluate() |
boolean |
SailConnectionBooleanQuery.evaluate() |
void |
SailConnectionGraphQuery.evaluate(RDFHandler handler) |
void |
SailConnectionTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailSourceConnection.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
SailTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
SailTripleSource.getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
OwnedTupleExpr.evaluate(Dataset dataset,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
OwnedTupleExpr.evaluate(Dataset dataset,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(Join join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(LeftJoin leftJoin,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(NaryJoin join,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(TupleExpr expr,
BindingSet bindings) |
CloseableIteration<BindingSet,QueryEvaluationException> |
FederationStrategy.evaluate(Union union,
BindingSet bindings) |
Constructor and Description |
---|
AlternativeCursor(CloseableIteration<? extends E,QueryEvaluationException> primary,
CloseableIteration<? extends E,QueryEvaluationException> alternative) |
AlternativeCursor(CloseableIteration<? extends E,QueryEvaluationException> primary,
CloseableIteration<? extends E,QueryEvaluationException> alternative) |
FilterCursor(CloseableIteration<BindingSet,QueryEvaluationException> result,
ValueExpr condition,
Set<String> scopeBindingNames,
EvaluationStrategy strategy) |
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
ParallelJoinCursor(EvaluationStrategy strategy,
CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
TupleExpr rightArg) |
Constructor and Description |
---|
FilterCursor(CloseableIteration<BindingSet,QueryEvaluationException> result,
ValueExpr condition,
Set<String> scopeBindingNames,
EvaluationStrategy strategy) |
ParallelJoinCursor(EvaluationStrategy strategy,
CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
TupleExpr rightArg) |
ParallelLeftJoinCursor(EvaluationStrategy strategy,
LeftJoin join,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
SailConnectionWrapper.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractSailConnection.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> |
AbstractSailConnection.evaluateInternal(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection. |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends BindingSet,QueryEvaluationException> |
LuceneSailConnection.evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
QueryTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
DistanceTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
QueryTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
DistanceTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SpinTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SelectTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConstructTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SpinTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SelectTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConstructTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConcatTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConcatTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Member.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Length.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Index.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Member.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Length.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Index.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Split.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ForEach.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
For.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Split.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ForEach.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
For.evaluate(ValueFactory valueFactory,
Value... args) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.