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

Method GetCount

rpc/client.go:17264–17269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17262}
17263var TSQueryTemplateResp_Count_DEFAULT int32
17264func (p *TSQueryTemplateResp) GetCount() int32 {
17265 if !p.IsSetCount() {
17266 return TSQueryTemplateResp_Count_DEFAULT
17267 }
17268return *p.Count
17269}
17270var TSQueryTemplateResp_Measurements_DEFAULT []string
17271
17272func (p *TSQueryTemplateResp) GetMeasurements() []string {

Callers

nothing calls this directly

Calls 1

IsSetCountMethod · 0.95

Tested by

no test coverage detected