In folder hbase-native-client/core/
I have example:
Scan scan{}; //<--- here always {} ?
auto scanner = table->Scan(scan);
auto r = scanner->Next();
scanner->Close();

Scan walks from first to last row of table or can be more advanced (search row value)?

Is other sample filter-test.cc

Reply via email to