Weishung:
For max, you can enumerate the regions for your table. Start the scan from
the first row in the last region.

On Tue, Mar 1, 2011 at 8:51 PM, Stack <st...@duboce.net> wrote:

> On Tue, Mar 1, 2011 at 2:44 PM, Ted Yu <yuzhih...@gmail.com> wrote:
> > For min, you can write your own filter which extends FilterBase so that
> the
> > scan stops after seeing the first row.
> >
>
> Or just start the scan at the a row whose name is the empty byte array
> and kill the scan after the first return; the first return will be the
> first row in table.
>
> I don't know how to get the last row in a table, easily.
>
> St.Ack
>

Reply via email to