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

Method ReadField4

rpc/client.go:17405–17412  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

17403}
17404
17405func (p *TSQueryTemplateResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
17406 if v, err := iprot.ReadI32(ctx); err != nil {
17407 return thrift.PrependError("error reading field 4: ", err)
17408} else {
17409 p.Count = &v
17410}
17411 return nil
17412}
17413
17414func (p *TSQueryTemplateResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
17415 _, size, err := iprot.ReadListBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected