Right now the scanner only has 'next' not 'prev'. So basically 'no'. Try creating an index in the opposite order... you can do Integer.MAX_VALUE - value to get a descending order. Dont forget to 0 pad it too.
Good luck! -ryan On Thu, Mar 12, 2009 at 11:35 PM, Balamurugan Rajendran < [email protected]> wrote: > Dear > > Is it possible to get a Scanner which scans the record in descending order > of a column value using IndexedTable. > > Thanks & Regards > R.Bala >
