(ctx context.Context, oprot thrift.TProtocol)
| 2102 | } |
| 2103 | |
| 2104 | func (p *TSExecuteStatementResp) writeField12(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 2105 | if p.IsSetTracingInfo() { |
| 2106 | if err := oprot.WriteFieldBegin(ctx, "tracingInfo", thrift.STRUCT, 12); err != nil { |
| 2107 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 12:tracingInfo: ", p), err) } |
| 2108 | if err := p.TracingInfo.Write(ctx, oprot); err != nil { |
| 2109 | return thrift.PrependError(fmt.Sprintf("%T error writing struct: ", p.TracingInfo), err) |
| 2110 | } |
| 2111 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 2112 | return thrift.PrependError(fmt.Sprintf("%T write field end error 12:tracingInfo: ", p), err) } |
| 2113 | } |
| 2114 | return err |
| 2115 | } |
| 2116 | |
| 2117 | func (p *TSExecuteStatementResp) writeField13(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 2118 | if p.IsSetQueryResult_() { |
no test coverage detected