(ctx context.Context, iprot thrift.TProtocol)
| 5533 | } |
| 5534 | |
| 5535 | func (p *TSFetchResultsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 5536 | if v, err := iprot.ReadBool(ctx); err != nil { |
| 5537 | return thrift.PrependError("error reading field 2: ", err) |
| 5538 | } else { |
| 5539 | p.HasResultSet = v |
| 5540 | } |
| 5541 | return nil |
| 5542 | } |
| 5543 | |
| 5544 | func (p *TSFetchResultsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 5545 | if v, err := iprot.ReadBool(ctx); err != nil { |