| 1796 | } |
| 1797 | |
| 1798 | func (p *TSExecuteStatementResp) ReadField11(ctx context.Context, iprot thrift.TProtocol) error { |
| 1799 | _, size, err := iprot.ReadListBegin(ctx) |
| 1800 | if err != nil { |
| 1801 | return thrift.PrependError("error reading list begin: ", err) |
| 1802 | } |
| 1803 | tSlice := make([]int8, 0, size) |
| 1804 | p.AliasColumns = tSlice |
| 1805 | for i := 0; i < size; i ++ { |
| 1806 | var _elem17 int8 |
| 1807 | if v, err := iprot.ReadByte(ctx); err != nil { |
| 1808 | return thrift.PrependError("error reading field 0: ", err) |
| 1809 | } else { |
| 1810 | temp := int8(v) |
| 1811 | _elem17 = temp |
| 1812 | } |
| 1813 | p.AliasColumns = append(p.AliasColumns, _elem17) |
| 1814 | } |
| 1815 | if err := iprot.ReadListEnd(ctx); err != nil { |
| 1816 | return thrift.PrependError("error reading list end: ", err) |
| 1817 | } |
| 1818 | return nil |
| 1819 | } |
| 1820 | |
| 1821 | func (p *TSExecuteStatementResp) ReadField12(ctx context.Context, iprot thrift.TProtocol) error { |
| 1822 | p.TracingInfo = &TSTracingInfo{} |