MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / ReadField4

Method ReadField4

rpc/client.go:5910–5917  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

5908}
5909
5910func (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
5919func (p *TSFetchMetadataResp) Write(ctx context.Context, oprot thrift.TProtocol) error {
5920 if err := oprot.WriteStructBegin(ctx, "TSFetchMetadataResp"); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected