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

Method ReadField1

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

Source from the content-addressed store, hash-verified

5869}
5870
5871func (p *TSFetchMetadataResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
5872 p.Status = &common.TSStatus{}
5873 if err := p.Status.Read(ctx, iprot); err != nil {
5874 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err)
5875 }
5876 return nil
5877}
5878
5879func (p *TSFetchMetadataResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
5880 if v, err := iprot.ReadString(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected