(ctx context.Context, iprot thrift.TProtocol)
| 1651 | } |
| 1652 | |
| 1653 | func (p *TSExecuteStatementResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 1654 | p.Status = &common.TSStatus{} |
| 1655 | if err := p.Status.Read(ctx, iprot); err != nil { |
| 1656 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err) |
| 1657 | } |
| 1658 | return nil |
| 1659 | } |
| 1660 | |
| 1661 | func (p *TSExecuteStatementResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 1662 | if v, err := iprot.ReadI64(ctx); err != nil { |