(ctx context.Context, iprot thrift.TProtocol)
| 5908 | } |
| 5909 | |
| 5910 | func (p *TSFetchMetadataResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 5911 | if v, err := iprot.ReadString(ctx); err != nil { |
| 5912 | return thrift.PrependError("error reading field 4: ", err) |
| 5913 | } else { |
| 5914 | p.DataType = &v |
| 5915 | } |
| 5916 | return nil |
| 5917 | } |
| 5918 | |
| 5919 | func (p *TSFetchMetadataResp) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 5920 | if err := oprot.WriteStructBegin(ctx, "TSFetchMetadataResp"); err != nil { |