Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
func
(s *SessionDataSet) GetCurrentRowTime() time.Time {
130
return
convertToTimestamp(s.ioTDBRpcDataSet.GetCurrentRowTime(), s.ioTDBRpcDataSet.timeFactor)
131
}
Callers
nothing calls this directly
Calls
1
convertToTimestamp
Function · 0.85
Tested by
no test coverage detected