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

Method ReadField1

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

Source from the content-addressed store, hash-verified

17377}
17378
17379func (p *TSQueryTemplateResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
17380 p.Status = &common.TSStatus{}
17381 if err := p.Status.Read(ctx, iprot); err != nil {
17382 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err)
17383 }
17384 return nil
17385}
17386
17387func (p *TSQueryTemplateResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
17388 if v, err := iprot.ReadI32(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected