Hi,  Edward J.

At first, you should post to hbase-user instead of hbase-dev, :)

Scanner defaultly returns row by row, but all the cells in the RowResult.
So you can specify the column families to get you wanted cells of the
RowResult.

Best regards.
sishen

On Mon, Oct 20, 2008 at 9:37 AM, Edward J. Yoon <[EMAIL PROTECTED]>wrote:

> Can anyone explain the scanner of column?? Is it returns all rows
> where specified column?
>
> On Mon, Oct 20, 2008 at 10:34 AM, Edward J. Yoon <[EMAIL PROTECTED]>
> wrote:
> > Hmm, I found a getScanner(column).
> >
> > On Tue, Oct 14, 2008 at 3:14 PM, Edward J. Yoon <[EMAIL PROTECTED]>
> wrote:
> >> If the size of row result is huge, what happen?
> >> Can I get a part of row result?
> >> --
> >> Best regards, Edward J. Yoon
> >> [EMAIL PROTECTED]
> >> http://blog.udanax.org
> >>
> >
> >
> >
> > --
> > Best regards, Edward J. Yoon
> > [EMAIL PROTECTED]
> > http://blog.udanax.org
> >
>
>
>
> --
> Best regards, Edward J. Yoon
> [EMAIL PROTECTED]
> http://blog.udanax.org
>

Reply via email to