Re: [Virtuoso-users] multiple accumulator in user defined aggregate function

2012-05-11 Thread Ivan Mikhailov
Hello Aris, On Mon, 2012-05-07 at 09:21 +0700, Aris Setyawan wrote: > Hi, > > In the documentation, it is said that we can have multiple accumulator: > > "The acc_procedure must have at least one inout parameter, one or more > parameters of any sort and must return nothing. It should get the > p

[Virtuoso-users] multiple accumulator in user defined aggregate function

2012-05-07 Thread Aris Setyawan
Hi, In the documentation, it is said that we can have multiple accumulator: "The acc_procedure must have at least one inout parameter, one or more parameters of any sort and must return nothing. It should get the previously calculated value of the "accumulator" from its first parameter, calculate