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

Method ReadField5

common/common.go:987–994  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

985}
986
987func (p *TSStatus) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
988 if v, err := iprot.ReadBool(ctx); err != nil {
989 return thrift.PrependError("error reading field 5: ", err)
990} else {
991 p.NeedRetry = &v
992}
993 return nil
994}
995
996func (p *TSStatus) Write(ctx context.Context, oprot thrift.TProtocol) error {
997 if err := oprot.WriteStructBegin(ctx, "TSStatus"); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected