Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra.evaluation.function | |
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.sail.lucene.fn | |
org.eclipse.rdf4j.spin | |
org.eclipse.rdf4j.spin.function |
Core functions required for SPIN.
|
org.eclipse.rdf4j.spin.function.apf | |
org.eclipse.rdf4j.spin.function.list | |
org.eclipse.rdf4j.spin.function.spif |
Modifier and Type | Method and Description |
---|---|
protected String |
TupleFunctionRegistry.getKey(TupleFunction function) |
Modifier and Type | Method and Description |
---|---|
static CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionEvaluationStrategy.evaluate(TupleFunction func,
List<Var> resultVars,
BindingSet bindings,
ValueFactory valueFactory,
Value... argValues) |
Modifier and Type | Class and Description |
---|---|
class |
DistanceTupleFunction
Arguments:
from is the WKT point to measure from.
maxDistance is the maximum distance to consider.
units are the measurement units.
geoProperty is the predicate to use.
search:distance else omitted.
search:context else omitted.
Results:
subject is the subject whose geometry is within the given max distance.
to is the WKT of the shape measured to.
distance is the distance to the shape if search:distance is present.
context is the context if search:context is present.
|
class |
QueryTupleFunction
Arguments:
query is the query string.
subject is the query subject or the constant search:allMatches.
propertyPredicate is the constant search:property or not present.
property is present if only propertyPredicate is present and is the property to query or the constant
search:allProperties.
scorePredicate is the constant search:score or not present.
snippetPredicate is the constant search:snippet or not present.
Results:
subject is included if the subject parameter is search:allMatches else omitted.
property included if the propertyPredicate parameter is present and the property parameter is
search:allProperties else omitted.
score is included if the scorePredicate is search:score else omitted.
snippet is included if the snippetPredicate is search:snippet else omitted.
|
Modifier and Type | Method and Description |
---|---|
TupleFunction |
SpinParser.parseMagicProperty(IRI propUri,
TripleSource store) |
Modifier and Type | Interface and Description |
---|---|
interface |
InverseMagicProperty
Magic properties are normally treated as
TupleFunction s acting on the subject of a statement. |
interface |
TransientTupleFunction
Tagging interface for
TupleFunction s that have some sort of lifespan. |
Modifier and Type | Class and Description |
---|---|
class |
ConstructTupleFunction |
class |
SelectTupleFunction |
class |
SpinTupleFunction |
Modifier and Type | Method and Description |
---|---|
TupleFunction |
TupleFunctionParser.parse(IRI uri,
TripleSource store) |
TupleFunction |
SpinTupleFunctionParser.parse(IRI funcUri,
TripleSource store) |
TupleFunction |
KnownTupleFunctionParser.parse(IRI funcUri,
TripleSource store) |
Modifier and Type | Class and Description |
---|---|
class |
ConcatTupleFunction |
class |
StrSplit |
Modifier and Type | Class and Description |
---|---|
class |
Index |
class |
Length |
class |
Member |
Modifier and Type | Class and Description |
---|---|
class |
For |
class |
ForEach |
class |
Split |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.