HBASE-14346 Typo in FamilyFilter
Author: Lars Francke <lars.francke@gmail.com> Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
This commit is contained in:
parent
9bd4371dfc
commit
9c40dde0d3
|
@ -250,7 +250,7 @@ RowFilter::
|
||||||
|
|
||||||
Family Filter::
|
Family Filter::
|
||||||
This filter takes a compare operator and a comparator.
|
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::
|
QualifierFilter::
|
||||||
This filter takes a compare operator and a comparator.
|
This filter takes a compare operator and a comparator.
|
||||||
|
|
Loading…
Reference in New Issue