2012/2/8 Ricardo Vilaça <[email protected]>:
> Hi,
>
> I'm doing an HBase application that needs to do a Scan to retrieve all
> rows that have a given column and getting all other selected columns
> if they exist or not.
>
> I had try ColumnPrefixFilter but then other columns are not selected.


Is this what you need?
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.html

St.Ack

Reply via email to