MCPcopy Create free account
hub / github.com/baidu/tera / GetStatus

Method GetStatus

src/sdk/python/TeraSdk.py:807–814  ·  view source on GitHub ↗

返回本次RowReader读取的结果状态 Returns: (class Status) 操作结果状态,可以获知成功或失败,若失败,具体原因

(self)

Source from the content-addressed store, hash-verified

805 return lib.tera_row_reader_timestamp(self.reader)
806
807 def GetStatus(self):
808 """
809 返回本次RowReader读取的结果状态
810
811 Returns:
812 (class Status) 操作结果状态,可以获知成功或失败,若失败,具体原因
813 """
814 return Status(lib.tera_row_reader_get_status_code(self.reader))
815
816 def Destroy(self):
817 """

Callers 4

reader_callbackFunction · 0.95
sync_put_batchFunction · 0.45
sync_get_batchFunction · 0.45
put_get_with_timestampFunction · 0.45

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected