Typo in FamilyFilter

Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
This commit is contained in:
Lars Francke 2015-09-01 21:00:30 +01:00 committed by Misty Stanley-Jones
parent 5e60166eac
commit 78854995cc
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ RowFilter::
Family Filter::
This filter takes a compare operator and a comparator.
It compares each qualifier name with the comparator using the compare operator and if the comparison returns true, it returns all the key-values in that column.
It compares each column family name with the comparator using the compare operator and if the comparison returns true, it returns all the Cells in that column family.
QualifierFilter::
This filter takes a compare operator and a comparator.