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

Method IsSetParameterCount

rpc/client.go:4339–4341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4337}
4338
4339func (p *TSPrepareResp) IsSetParameterCount() bool {
4340 return p.ParameterCount != nil
4341}
4342
4343func (p *TSPrepareResp) Read(ctx context.Context, iprot thrift.TProtocol) error {
4344 if _, err := iprot.ReadStructBegin(ctx); err != nil {

Callers 2

GetParameterCountMethod · 0.95
writeField2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected