On Thu, May 8, 2008 at 3:35 PM, Josh <[EMAIL PROTECTED]> wrote: > To allow matching on column values, I have put data into the column > family attribute name, for example:
Have a look at the filter interface, RegexpRowFilter will let you match rows whose columns have certain values. Sound like what you want...
