(ctx context.Context, oprot thrift.TProtocol)
| 5661 | } |
| 5662 | |
| 5663 | func (p *TSFetchResultsResp) writeField5(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 5664 | if p.IsSetNonAlignQueryDataSet() { |
| 5665 | if err := oprot.WriteFieldBegin(ctx, "nonAlignQueryDataSet", thrift.STRUCT, 5); err != nil { |
| 5666 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 5:nonAlignQueryDataSet: ", p), err) } |
| 5667 | if err := p.NonAlignQueryDataSet.Write(ctx, oprot); err != nil { |
| 5668 | return thrift.PrependError(fmt.Sprintf("%T error writing struct: ", p.NonAlignQueryDataSet), err) |
| 5669 | } |
| 5670 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 5671 | return thrift.PrependError(fmt.Sprintf("%T write field end error 5:nonAlignQueryDataSet: ", p), err) } |
| 5672 | } |
| 5673 | return err |
| 5674 | } |
| 5675 | |
| 5676 | func (p *TSFetchResultsResp) writeField6(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 5677 | if p.IsSetQueryResult_() { |
no test coverage detected