(ctx context.Context, iprot thrift.TProtocol)
| 1819 | } |
| 1820 | |
| 1821 | func (p *TSExecuteStatementResp) ReadField12(ctx context.Context, iprot thrift.TProtocol) error { |
| 1822 | p.TracingInfo = &TSTracingInfo{} |
| 1823 | if err := p.TracingInfo.Read(ctx, iprot); err != nil { |
| 1824 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.TracingInfo), err) |
| 1825 | } |
| 1826 | return nil |
| 1827 | } |
| 1828 | |
| 1829 | func (p *TSExecuteStatementResp) ReadField13(ctx context.Context, iprot thrift.TProtocol) error { |
| 1830 | _, size, err := iprot.ReadListBegin(ctx) |