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

How to scan table reversed

sunsummit opened this issue · comments

Hello, I am trying to read a table order by rowkey desc.How to use scan method read the table by reversed rowkey. thanks

at the time I wrote this driver, reverse scan wasn't supported. u can provide us with a pull request if u need this functionnality after looking at the hbase rest api and validating this is supported.