(ctx context.Context, iprot thrift.TProtocol)
| 4216 | } |
| 4217 | |
| 4218 | func (p *TSPrepareReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 4219 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 4220 | return thrift.PrependError("error reading field 1: ", err) |
| 4221 | } else { |
| 4222 | p.SessionId = v |
| 4223 | } |
| 4224 | return nil |
| 4225 | } |
| 4226 | |
| 4227 | func (p *TSPrepareReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 4228 | if v, err := iprot.ReadString(ctx); err != nil { |