Method
ReadField3
(ctx context.Context, iprot thrift.TProtocol)
Source from the content-addressed store, hash-verified
| 5542 | } |
| 5543 | |
| 5544 | func (p *TSFetchResultsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 5545 | if v, err := iprot.ReadBool(ctx); err != nil { |
| 5546 | return thrift.PrependError("error reading field 3: ", err) |
| 5547 | } else { |
| 5548 | p.IsAlign = v |
| 5549 | } |
| 5550 | return nil |
| 5551 | } |
| 5552 | |
| 5553 | func (p *TSFetchResultsResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 5554 | p.QueryDataSet = &TSQueryDataSet{} |
Tested by
no test coverage detected