| 36156 | } |
| 36157 | |
| 36158 | func (p *IClientRPCServiceExecuteRawDataQueryArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 36159 | p.Req = &TSRawDataQueryReq{} |
| 36160 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 36161 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 36162 | } |
| 36163 | return nil |
| 36164 | } |
| 36165 | |
| 36166 | func (p *IClientRPCServiceExecuteRawDataQueryArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 36167 | if err := oprot.WriteStructBegin(ctx, "executeRawDataQuery_args"); err != nil { |