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

Method Timestamp

src/sdk/python/TeraSdk.py:800–805  ·  view source on GitHub ↗

Returns: (long) 当前cell对应的时间戳,Unix time

(self)

Source from the content-addressed store, hash-verified

798 return copy_string_to_user(value, long(vallen.value))
799
800 def Timestamp(self):
801 """
802 Returns:
803 (long) 当前cell对应的时间戳,Unix time
804 """
805 return lib.tera_row_reader_timestamp(self.reader)
806
807 def GetStatus(self):
808 """

Callers 9

reader_callbackFunction · 0.95
put_get_with_timestampFunction · 0.45
scan_with_filterFunction · 0.45
scanFunction · 0.45
DoOpAsyncCallbackMethod · 0.45
DoOpMethod · 0.45
TEST_FFunction · 0.45
NativeGetTimeStampFunction · 0.45
NativeGetTimeStampFunction · 0.45

Calls

no outgoing calls

Tested by 3

DoOpAsyncCallbackMethod · 0.36
DoOpMethod · 0.36
TEST_FFunction · 0.36