Method Summary
All Methods Instance Methods Abstract Methods
void
Called during query plan construction immediately after the construction
of the property function instance.
Call the procedure, with an input iterator of bindings.
Methods inherited from interface org.apache.jena.atlas.io.Printable
output
Method Details
build
Called during query plan construction immediately after the construction
of the property function instance.
Parameters:
procId
- The procedure identifier (usually a URI)
args
- The argument list (unevaluated expressions)
execCxt
- Execution context
proc
Call the procedure, with an input iterator of bindings.
Implementations can inherit from the convenience form
ProcEval
which calls repeated for each binding.
Parameters:
input
- QueryIterator from the previous stage
execCxt
- The execution context
Returns:
QueryIterator