(ctx context.Context, iprot thrift.TProtocol)
| 2431 | } |
| 2432 | |
| 2433 | func (p *TSOpenSessionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 2434 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 2435 | return thrift.PrependError("error reading field 3: ", err) |
| 2436 | } else { |
| 2437 | p.SessionId = &v |
| 2438 | } |
| 2439 | return nil |
| 2440 | } |
| 2441 | |
| 2442 | func (p *TSOpenSessionResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 2443 | _, _, size, err := iprot.ReadMapBegin(ctx) |