Hi,
I want to run a scan on table and get all rows for whom there is a value
set in one particular column qualifier.

I am using something like this ,

Scan s = new Scan();
s.addColum(cf1,cq1) // cf1:cq1 is the column i am looking for
Then i am iterating over ResultScanner and getting Result objects.

Will this return me all rows which has a value for that particular column
qualifier or do i need to use some filters ?

-- 
Thanks and Regards,
Vimal Jain

Reply via email to