T
- The type of the result.public interface IReducer<VS,ES,ST,T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Return the aggregated results as an implementation dependent object.
|
void |
visit(IGASState<VS,ES,ST> state,
org.openrdf.model.Value u)
Method is invoked for each result and is responsible for combining the
results in whatever manner is meaningful for the procedure.
|
void visit(IGASState<VS,ES,ST> state, org.openrdf.model.Value u)
result
- The result from applying the procedure to a single index
partition.T get()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.