tolitius / cbass

adding "simple" to HBase
Eclipse Public License 1.0
24 stars 11 forks source link

Added ability to limit number of results from scan #1

Closed danboykis closed 8 years ago

danboykis commented 8 years ago

Optionally wraps the scan results iterator-seq in a take function

(scan conn table :limit 10 ...) will gurantee that at most 10 entities will come back as a result of the scan