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

Method ReadField1

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

Source from the content-addressed store, hash-verified

5525}
5526
5527func (p *TSFetchResultsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
5528 p.Status = &common.TSStatus{}
5529 if err := p.Status.Read(ctx, iprot); err != nil {
5530 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err)
5531 }
5532 return nil
5533}
5534
5535func (p *TSFetchResultsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
5536 if v, err := iprot.ReadBool(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected