hello:
my code as below
p = KuduTable->NewComparisonPredicate("c1", kudu.EQUAL, i)
scanner.AddConjunctPredicate(p)
how can I get data by Primary Key faster with c++ api of kudu
Is there a better way?
- how can I get data by Primary Key faster with c++ api of kudu 曾巍
