(ctx context.Context, iprot thrift.TProtocol)
| 1690 | } |
| 1691 | |
| 1692 | func (p *TSExecuteStatementResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 1693 | if v, err := iprot.ReadString(ctx); err != nil { |
| 1694 | return thrift.PrependError("error reading field 4: ", err) |
| 1695 | } else { |
| 1696 | p.OperationType = &v |
| 1697 | } |
| 1698 | return nil |
| 1699 | } |
| 1700 | |
| 1701 | func (p *TSExecuteStatementResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error { |
| 1702 | if v, err := iprot.ReadBool(ctx); err != nil { |