| 5628 | } |
| 5629 | |
| 5630 | func (p *TSFetchResultsResp) writeField2(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 5631 | if err := oprot.WriteFieldBegin(ctx, "hasResultSet", thrift.BOOL, 2); err != nil { |
| 5632 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 2:hasResultSet: ", p), err) } |
| 5633 | if err := oprot.WriteBool(ctx, bool(p.HasResultSet)); err != nil { |
| 5634 | return thrift.PrependError(fmt.Sprintf("%T.hasResultSet (2) field write error: ", p), err) } |
| 5635 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 5636 | return thrift.PrependError(fmt.Sprintf("%T write field end error 2:hasResultSet: ", p), err) } |
| 5637 | return err |
| 5638 | } |
| 5639 | |
| 5640 | func (p *TSFetchResultsResp) writeField3(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 5641 | if err := oprot.WriteFieldBegin(ctx, "isAlign", thrift.BOOL, 3); err != nil { |