()
| 5408 | } |
| 5409 | |
| 5410 | func (p *TSFetchResultsResp) IsSetMoreData() bool { |
| 5411 | return p.MoreData != nil |
| 5412 | } |
| 5413 | |
| 5414 | func (p *TSFetchResultsResp) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 5415 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected