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

Function insertRecord

example/session_example.go:340–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338}
339
340func insertRecord() {
341 var (
342 deviceId = "root.sg1.dev1"
343 measurements = []string{"status"}
344 values = []interface{}{"123"}
345 dataTypes = []client.TSDataType{client.TEXT}
346 timestamp int64 = 12
347 )
348 checkError(session.InsertRecord(deviceId, measurements, dataTypes, values, timestamp))
349}
350
351func insertAlignedRecord() {
352 var (

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
InsertRecordMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…