adaltas / node-hbase

Asynchronous HBase client for NodeJs using REST

Home Page:https://hbase.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hbase filter ----SingleColumnValueFilter

Leejiaxing opened this issue · comments

I want to get the whole row by searching for a value. Which filter should I use? I tried the SingleColumnValueFilter, but failed. Can you tell me how to solve this problem?Thanks

Did you find the solution, I was about to try it myself.