Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ NewBinary
Function
NewBinary
client/utils.go:282–284 ·
view source on GitHub ↗
(v []byte)
Source
from the content-addressed store, hash-verified
280
}
281
282
func
NewBinary(v []byte) *Binary {
283
return
&Binary{v}
284
}
285
286
func
(b *Binary) GetStringValue() string {
287
return
string(b.values)
Callers
1
ReadColumn
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…