(ctx context.Context, iprot thrift.TProtocol)
| 1659 | } |
| 1660 | |
| 1661 | func (p *TSExecuteStatementResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 1662 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 1663 | return thrift.PrependError("error reading field 2: ", err) |
| 1664 | } else { |
| 1665 | p.QueryId = &v |
| 1666 | } |
| 1667 | return nil |
| 1668 | } |
| 1669 | |
| 1670 | func (p *TSExecuteStatementResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 1671 | _, size, err := iprot.ReadListBegin(ctx) |