Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetStringValue
Method
GetStringValue
client/utils.go:286–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
284
}
285
286
func
(b *Binary) GetStringValue() string {
287
return
string(b.values)
288
}
289
290
func
(b *Binary) GetValues() []byte {
291
return
b.values
Callers
2
getObjectByTsBlockIndex
Method · 0.80
getStringByTsBlockColumnIndexAndDataType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected