Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetStartTime
Method
GetStartTime
client/tsblock.go:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
func
(t *TsBlock) GetStartTime() (int64, error) {
133
return
t.timeColumn.GetLong(0)
134
}
135
136
func
(t *TsBlock) GetEndTime() (int64, error) {
137
return
t.timeColumn.GetLong(t.positionCount - 1)
Callers
nothing calls this directly
Calls
1
GetLong
Method · 0.65
Tested by
no test coverage detected