Uses of Class
org.apache.jena.sparql.pfunction.PropFuncArg
Package
Description
-
Uses of PropFuncArg in org.apache.jena.sparql.algebra.op
ModifierConstructorDescriptionOpPropFunc
(org.apache.jena.graph.Node uri, PropFuncArg args1, PropFuncArg args2, Op op) -
Uses of PropFuncArg in org.apache.jena.sparql.core
Modifier and TypeMethodDescriptionstatic PropFuncArg
Substitute.substitute
(PropFuncArg propFuncArg, Binding binding) Modifier and TypeMethodDescriptionstatic PropFuncArg
Substitute.substitute
(PropFuncArg propFuncArg, Binding binding) -
Uses of PropFuncArg in org.apache.jena.sparql.engine.ref
Modifier and TypeMethodDescriptionEvaluator.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) EvaluatorSimple.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) -
Uses of PropFuncArg in org.apache.jena.sparql.pfunction
Modifier and TypeMethodDescriptionstatic void
PropFuncArg.addVars
(Collection<Var> acc, PropFuncArg pfArg) void
PropertyFunction.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) Called during query plan construction immediately after the construction of the property function instance.void
PropertyFunctionBase.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) PropertyFunction.exec
(QueryIterator input, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) Create an iterator of bindings for the given inputsabstract QueryIterator
PropertyFunctionBase.exec
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) PropertyFunctionBase.exec
(QueryIterator input, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) final QueryIterator
PropertyFunctionEval.exec
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) abstract QueryIterator
PFuncListAndList.execEvaluated
(Binding binding, PropFuncArg subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) abstract QueryIterator
PFuncListAndSimple.execEvaluated
(Binding binding, PropFuncArg subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, ExecutionContext execCxt) PFuncListAndSimple.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) final QueryIterator
PFuncSimple.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) abstract QueryIterator
PFuncSimpleAndList.execEvaluated
(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) PFuncSimpleAndList.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) abstract QueryIterator
PropertyFunctionEval.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) ModifierConstructorDescriptionProcedurePF
(PropertyFunction propFunc, PropFuncArg subjArg, org.apache.jena.graph.Node pfNode, PropFuncArg objArg) -
Uses of PropFuncArg in org.apache.jena.sparql.pfunction.library
Modifier and TypeMethodDescriptionvoid
listMember.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) void
splitIRI.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) void
str.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) void
strSplit.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) concat.execEvaluated
(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) final QueryIterator
ListBase.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) If the subject is a list (well, at least not an unbound variable), dispatch to execOneList else dispatch to one of object a var, a list or a node.splitIRI.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) strSplit.execEvaluated
(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) -
Uses of PropFuncArg in org.apache.jena.sparql.procedure
Modifier and TypeMethodDescriptionstatic Procedure
ProcEval.build
(org.apache.jena.graph.Node procId, PropFuncArg subjArg, PropFuncArg objArg, ExecutionContext execCxt) -
Uses of PropFuncArg in org.apache.jena.sparql.util
Modifier and TypeMethodDescriptionstatic void
VarUtils.addVars
(Collection<Var> acc, PropFuncArg arg)