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

Function deleteTimeseries

example/session_pool/session_pool_example.go:222–229  ·  view source on GitHub ↗
(paths ...string)

Source from the content-addressed store, hash-verified

220}
221
222func deleteTimeseries(paths ...string) {
223 session, err := sessionPool.GetSession()
224 defer sessionPool.PutBack(session)
225 if err == nil {
226 checkError(session.DeleteTimeseries(paths))
227 }
228
229}
230
231func insertStringRecord() {
232 var (

Callers 1

mainFunction · 0.70

Calls 4

PutBackMethod · 0.80
checkErrorFunction · 0.70
DeleteTimeseriesMethod · 0.65
GetSessionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…