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

Function deleteTimeseries

example/session_example.go:326–328  ·  view source on GitHub ↗
(paths ...string)

Source from the content-addressed store, hash-verified

324}
325
326func deleteTimeseries(paths ...string) {
327 checkError(session.DeleteTimeseries(paths))
328}
329
330func insertStringRecord() {
331 var (

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
DeleteTimeseriesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…