MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / _scan_parser

Method _scan_parser

test-common/functiontest/testlib/job_helper.py:214–225  ·  view source on GitHub ↗

:param it: :return:

(self, it)

Source from the content-addressed store, hash-verified

212 time.sleep(seconds)
213
214 def _scan_parser(self, it):
215 """
216
217 :param it:
218 :return:
219 """
220 self.output = []
221 while it.valid():
222 self.output.append({'pk': it.get_key(),
223 'value': it.get_value(),
224 })
225 it.next()
226
227 def _init_prepare(self):
228 """

Callers 1

runMethod · 0.95

Calls 2

appendMethod · 0.80
nextMethod · 0.80

Tested by

no test coverage detected