(ctx context.Context, iprot thrift.TProtocol)
| 5877 | } |
| 5878 | |
| 5879 | func (p *TSFetchMetadataResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 5880 | if v, err := iprot.ReadString(ctx); err != nil { |
| 5881 | return thrift.PrependError("error reading field 2: ", err) |
| 5882 | } else { |
| 5883 | p.MetadataInJson = &v |
| 5884 | } |
| 5885 | return nil |
| 5886 | } |
| 5887 | |
| 5888 | func (p *TSFetchMetadataResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 5889 | _, size, err := iprot.ReadListBegin(ctx) |