MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / insertStringRecord

Function insertStringRecord

example/session_example.go:330–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328}
329
330func insertStringRecord() {
331 var (
332 deviceId = "root.ln.wf02.wt02"
333 measurements = []string{"hardware"}
334 values = []string{"123"}
335 timestamp int64 = 12
336 )
337 checkError(session.InsertStringRecord(deviceId, measurements, values, timestamp))
338}
339
340func insertRecord() {
341 var (

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
InsertStringRecordMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…