(ctx context.Context, iprot thrift.TProtocol)
| 1730 | } |
| 1731 | |
| 1732 | func (p *TSExecuteStatementResp) ReadField7(ctx context.Context, iprot thrift.TProtocol) error { |
| 1733 | p.QueryDataSet = &TSQueryDataSet{} |
| 1734 | if err := p.QueryDataSet.Read(ctx, iprot); err != nil { |
| 1735 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.QueryDataSet), err) |
| 1736 | } |
| 1737 | return nil |
| 1738 | } |
| 1739 | |
| 1740 | func (p *TSExecuteStatementResp) ReadField8(ctx context.Context, iprot thrift.TProtocol) error { |
| 1741 | p.NonAlignQueryDataSet = &TSQueryNonAlignDataSet{} |