'happybase scan a table
I have a database with a table named transactions and this table has, among others, these columns:
enroll:active
transaction:active
I want to perform a scan in all table and return only the rows where enroll:active and transaction:active is = true.
I tried table.scan but it cannot do the work properly.
Do you guys have some ideas?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
