Thanks Ted :D
But can anyone explain to me this sentence: ColumnInterpreter<T, S> ci How to set a ColumnInterpreter ?? What is T and Whats S? I want to perform average on an Aggregationclient, so could anyone provide me with a sample code? Also if i want to count the number of rows which has a specific value ? What to use Filters or AggregationClient? Thanks in advance, > Date: Sat, 10 Nov 2012 14:25:22 -0800 > Subject: Re: Question > From: [email protected] > To: [email protected] > > Take a look at AggregationClient.java and TestAggregateProtocol.java > > Cheers > > On Sat, Nov 10, 2012 at 2:11 PM, Dalia Sobhy > <[email protected]>wrote: > > > > > Dear all, > > > > I want to use the aggregate functions, but do anyone have a code or sth to > > understand them .. > > > > Thanks > > > > Best Regards > > Dalia > >
