com.hp.hpl.jena.sparql.expr.aggregate
Interface Accumulator


public interface Accumulator

An Accumulator is the processor for each section of a group, so there is one Accumulator for each group key.


Method Summary
 void accumulate(Binding binding, FunctionEnv functionEnv)
           
 NodeValue getValue()
           
 

Method Detail

accumulate

void accumulate(Binding binding,
                FunctionEnv functionEnv)

getValue

NodeValue getValue()


Licenced under the Apache License, Version 2.0