You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Shagun Agarwal <sh...@yahoo-inc.com> on 2012/09/25 11:51:14 UTC

Multiple ColumnPrefixFilter

Hi All,

HBase has a filter called MultipleColumnPrefixFilter which behaves like ColumnPrefixFilter but allows specifying multiple prefixes. 
Example: Find all columns in a row and family that start with "abc" or "xyz".
However i could not find any filter which can return all columns in a row that start with "abc" and "xyz".
Do I need to do in memory processing or HBase has any in build mechanis to achieve this.

Thanks
Shagun