| 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 { |
| 5642 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 3:isAlign: ", p), err) } |
| 5643 | if err := oprot.WriteBool(ctx, bool(p.IsAlign)); err != nil { |
| 5644 | return thrift.PrependError(fmt.Sprintf("%T.isAlign (3) field write error: ", p), err) } |
| 5645 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 5646 | return thrift.PrependError(fmt.Sprintf("%T write field end error 3:isAlign: ", p), err) } |
| 5647 | return err |
| 5648 | } |
| 5649 | |
| 5650 | func (p *TSFetchResultsResp) writeField4(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 5651 | if p.IsSetQueryDataSet() { |