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

Method GetMeasurements

client/tablet.go:265–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265func (t *Tablet) GetMeasurements() []string {
266 measurements := make([]string, len(t.measurementSchemas))
267 for i, s := range t.measurementSchemas {
268 measurements[i] = s.Measurement
269 }
270 return measurements
271}
272
273func (t *Tablet) getDataTypes() []int32 {
274 types := make([]int32, len(t.measurementSchemas))

Callers 2

genInsertTabletsReqMethod · 0.45
genTSInsertTabletReqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected