public class str extends PFuncSimple
?x :str "foo"@en
Constructor and Description |
---|
str() |
Modifier and Type | Method and Description |
---|---|
void |
build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
Called during query plan construction immediately after the
construction of the property function instance.
|
QueryIterator |
execEvaluated(Binding binding,
Node subject,
Node predicate,
Node object,
ExecutionContext execCxt) |
execEvaluated
exec
exec
public void build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
PropertyFunction
build
in interface PropertyFunction
build
in class PropertyFunctionBase
argSubject
- The parsed argument(s) in the subject positionpredicate
- The extension URI (as a Node).argObject
- The parsed argument(s) in the object positionexecCxt
- Execution contextpublic QueryIterator execEvaluated(Binding binding, Node subject, Node predicate, Node object, ExecutionContext execCxt)
execEvaluated
in class PFuncSimple
binding
- Current solution from previous query stagesubject
- Node in subject slot, after substitution if a bound variable in this bindingpredicate
- This predicateobject
- Node in object slot, after substitution if a bound variable in this bindingexecCxt
- Execution contextLicenced under the Apache License, Version 2.0