Class PF_CollectionUnnest
java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.aksw.jena_sparql_api.sparql.ext.collection.base.PF_CollectionUnnest
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
public class PF_CollectionUnnest
extends org.apache.jena.sparql.pfunction.PropertyFunctionBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.engine.QueryIteratorexec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt) static org.apache.jena.sparql.engine.binding.BindingitemToBinding(org.apache.jena.sparql.engine.binding.Binding binding, NodeCollection arr, int i, org.apache.jena.sparql.core.Var indexVar, org.apache.jena.graph.Node output) Returns a binding for the item at the given index.Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
build, exec
-
Constructor Details
-
PF_CollectionUnnest
public PF_CollectionUnnest()
-
-
Method Details
-
exec
public org.apache.jena.sparql.engine.QueryIterator exec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt) - Specified by:
execin classorg.apache.jena.sparql.pfunction.PropertyFunctionBase
-
itemToBinding
public static org.apache.jena.sparql.engine.binding.Binding itemToBinding(org.apache.jena.sparql.engine.binding.Binding binding, NodeCollection arr, int i, org.apache.jena.sparql.core.Var indexVar, org.apache.jena.graph.Node output) Returns a binding for the item at the given index. Returns null if 'output' is a concrete node that does not match the item at the given index indexVar may be null
-