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?

Reply via email to