Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetTimeColumn
Method
GetTimeColumn
client/tsblock.go:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
func
(t *TsBlock) GetTimeColumn() Column {
153
return
t.timeColumn
154
}
155
156
func
(t *TsBlock) GetValueColumns() *[]Column {
157
return
&t.valueColumns
Callers
1
constructOneRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected