| 36743 | } |
| 36744 | |
| 36745 | func (p *IClientRPCServiceRequestStatementIdArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 36746 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 36747 | return thrift.PrependError("error reading field 1: ", err) |
| 36748 | } else { |
| 36749 | p.SessionId = v |
| 36750 | } |
| 36751 | return nil |
| 36752 | } |
| 36753 | |
| 36754 | func (p *IClientRPCServiceRequestStatementIdArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 36755 | if err := oprot.WriteStructBegin(ctx, "requestStatementId_args"); err != nil { |