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

Function insertRecords

example/session_example.go:370–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368}
369
370func insertRecords() {
371 var (
372 deviceId = []string{"root.sg1.dev1"}
373 measurements = [][]string{{"status"}}
374 dataTypes = [][]client.TSDataType{{client.TEXT}}
375 values = [][]interface{}{{"123"}}
376 timestamp = []int64{12}
377 )
378 checkError(session.InsertRecords(deviceId, measurements, dataTypes, values, timestamp))
379}
380
381func insertAlignedRecords() {
382 var (

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
InsertRecordsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…