(ctx context.Context, iprot thrift.TProtocol)
| 17385 | } |
| 17386 | |
| 17387 | func (p *TSQueryTemplateResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 17388 | if v, err := iprot.ReadI32(ctx); err != nil { |
| 17389 | return thrift.PrependError("error reading field 2: ", err) |
| 17390 | } else { |
| 17391 | p.QueryType = v |
| 17392 | } |
| 17393 | return nil |
| 17394 | } |
| 17395 | |
| 17396 | func (p *TSQueryTemplateResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 17397 | if v, err := iprot.ReadBool(ctx); err != nil { |