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

Method ReadField7

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

Source from the content-addressed store, hash-verified

5589}
5590
5591func (p *TSFetchResultsResp) ReadField7(ctx context.Context, iprot thrift.TProtocol) error {
5592 if v, err := iprot.ReadBool(ctx); err != nil {
5593 return thrift.PrependError("error reading field 7: ", err)
5594} else {
5595 p.MoreData = &v
5596}
5597 return nil
5598}
5599
5600func (p *TSFetchResultsResp) Write(ctx context.Context, oprot thrift.TProtocol) error {
5601 if err := oprot.WriteStructBegin(ctx, "TSFetchResultsResp"); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected