| 1738 | } |
| 1739 | |
| 1740 | func (p *TSExecuteStatementResp) ReadField8(ctx context.Context, iprot thrift.TProtocol) error { |
| 1741 | p.NonAlignQueryDataSet = &TSQueryNonAlignDataSet{} |
| 1742 | if err := p.NonAlignQueryDataSet.Read(ctx, iprot); err != nil { |
| 1743 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.NonAlignQueryDataSet), err) |
| 1744 | } |
| 1745 | return nil |
| 1746 | } |
| 1747 | |
| 1748 | func (p *TSExecuteStatementResp) ReadField9(ctx context.Context, iprot thrift.TProtocol) error { |
| 1749 | _, _, size, err := iprot.ReadMapBegin(ctx) |