MCPcopy 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
282func NewBinary(v []byte) *Binary {
283 return &Binary{v}
284}
285
286func (b *Binary) GetStringValue() string {
287 return string(b.values)

Callers 1

ReadColumnMethod · 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…