get_nextget_next获取扫描得到的数据,需要循环执行,直到返回None结束扫描。 def get_next(self): """ scan the next k-v pair for the scanner. :return: (tuple<tuple<hash_key, sort_key>, value> or None) all the sort_keys returned by this API are in ascend order. """