Skip to content

Instantly share code, notes, and snippets.

@MrJaba
Created March 9, 2012 10:57
Show Gist options
  • Save MrJaba/2006079 to your computer and use it in GitHub Desktop.
Save MrJaba/2006079 to your computer and use it in GitHub Desktop.
Column Filter
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