MCPcopy 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
286func (b *Binary) GetStringValue() string {
287 return string(b.values)
288}
289
290func (b *Binary) GetValues() []byte {
291 return b.values

Calls

no outgoing calls

Tested by

no test coverage detected