public abstract class PropertyFunctionEval extends PropertyFunctionBase
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
exec(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt) |
abstract QueryIterator |
execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt) |
build, execpublic final QueryIterator exec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
exec in class PropertyFunctionBasepublic abstract QueryIterator execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
binding - Current solution from previous query stageargSubject - PropFuncArg, after substitution of any bound variables in this bindingpredicate - This predicateargObject - PropFuncArg, after substitution of any bound variables in this bindingexecCxt - Execution contextLicenced under the Apache License, Version 2.0