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

Function createTimeseriesByNonQueryStatement

example/session_example.go:294–296  ·  view source on GitHub ↗
(sql string)

Source from the content-addressed store, hash-verified

292}
293
294func createTimeseriesByNonQueryStatement(sql string) {
295 checkError(session.ExecuteNonQueryStatement(sql))
296}
297
298func createAlignedTimeseries(prefixPath string, measurements, measurementAlias []string) {
299 var (

Callers 1

mainFunction · 0.85

Calls 2

checkErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…