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

Function insertAlignedTablets

example/session_example.go:553–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551}
552
553func insertAlignedTablets() {
554 tablet1, err := createTablet(8)
555 if err != nil {
556 log.Fatal(err)
557 }
558 tablet2, err := createTablet(4)
559 if err != nil {
560 log.Fatal(err)
561 }
562
563 tablets := []*client.Tablet{tablet1, tablet2}
564 checkError(session.InsertAlignedTablets(tablets, false))
565}
566
567func setTimeZone() {
568 var timeZone = "GMT"

Callers 1

mainFunction · 0.70

Calls 3

InsertAlignedTabletsMethod · 0.80
createTabletFunction · 0.70
checkErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…