(ctx context.Context, iprot thrift.TProtocol)
| 5589 | } |
| 5590 | |
| 5591 | func (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 | |
| 5600 | func (p *TSFetchResultsResp) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 5601 | if err := oprot.WriteStructBegin(ctx, "TSFetchResultsResp"); err != nil { |