MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / GetCurrentRowTime

Method GetCurrentRowTime

client/sessiondataset.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func (s *SessionDataSet) GetCurrentRowTime() time.Time {
130 return convertToTimestamp(s.ioTDBRpcDataSet.GetCurrentRowTime(), s.ioTDBRpcDataSet.timeFactor)
131}

Callers

nothing calls this directly

Calls 1

convertToTimestampFunction · 0.85

Tested by

no test coverage detected