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
