Created
March 9, 2012 10:57
-
-
Save MrJaba/2006079 to your computer and use it in GitHub Desktop.
Column Filter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SingleColumnValueFilter.new (Bytes.toBytes('data'), Bytes.toBytes('followers_count'), CompareFilter::CompareOp.valueOf('GREATER_OR_EQUAL'),BinaryComparator.new(Bytes.to_bytes(10))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment