(ctx context.Context, iprot thrift.TProtocol)
| 1699 | } |
| 1700 | |
| 1701 | func (p *TSExecuteStatementResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error { |
| 1702 | if v, err := iprot.ReadBool(ctx); err != nil { |
| 1703 | return thrift.PrependError("error reading field 5: ", err) |
| 1704 | } else { |
| 1705 | p.IgnoreTimeStamp = &v |
| 1706 | } |
| 1707 | return nil |
| 1708 | } |
| 1709 | |
| 1710 | func (p *TSExecuteStatementResp) ReadField6(ctx context.Context, iprot thrift.TProtocol) error { |
| 1711 | _, size, err := iprot.ReadListBegin(ctx) |