Add suffix comparator
commitbf65c35925242910613918a7f816764356446a85
authorImran M Yousuf <imyousuf@smartitengineering.com>
Wed, 25 Aug 2010 05:38:14 +0000 (25 11:38 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Wed, 25 Aug 2010 05:38:14 +0000 (25 11:38 +0600)
treed1a406a03375183e1ac1fd2ceacd806d17e7cf04
parent9f4c9d7e289aea871bf710ba96c445c78e434ee7
Add suffix comparator

For SQL's String LIKE "%suffix" to work on HBase cell we needed an exact
opposite of existing prefix comparator and implemented it as should.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/spi/impl/BinarySuffixComparator.java [new file with mode: 0644]