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

Function insertTablets

example/session_example.go:539–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537}
538
539func insertTablets() {
540 tablet1, err := createTablet(8)
541 if err != nil {
542 log.Fatal(err)
543 }
544 tablet2, err := createTablet(4)
545 if err != nil {
546 log.Fatal(err)
547 }
548
549 tablets := []*client.Tablet{tablet1, tablet2}
550 checkError(session.InsertTablets(tablets, false))
551}
552
553func insertAlignedTablets() {
554 tablet1, err := createTablet(8)

Callers 1

mainFunction · 0.70

Calls 3

createTabletFunction · 0.70
checkErrorFunction · 0.70
InsertTabletsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…