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

Function createTimeseries

example/session_example.go:285–292  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

283}
284
285func createTimeseries(path string) {
286 var (
287 dataType = client.FLOAT
288 encoding = client.PLAIN
289 compressor = client.SNAPPY
290 )
291 checkError(session.CreateTimeseries(path, dataType, encoding, compressor, nil, nil))
292}
293
294func createTimeseriesByNonQueryStatement(sql string) {
295 checkError(session.ExecuteNonQueryStatement(sql))

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
CreateTimeseriesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…