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

Method GetParameterCount

rpc/client.go:4329–4334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4327}
4328var TSPrepareResp_ParameterCount_DEFAULT int32
4329func (p *TSPrepareResp) GetParameterCount() int32 {
4330 if !p.IsSetParameterCount() {
4331 return TSPrepareResp_ParameterCount_DEFAULT
4332 }
4333return *p.ParameterCount
4334}
4335func (p *TSPrepareResp) IsSetStatus() bool {
4336 return p.Status != nil
4337}

Callers

nothing calls this directly

Calls 1

IsSetParameterCountMethod · 0.95

Tested by

no test coverage detected