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

Method ReadField1

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

Source from the content-addressed store, hash-verified

35958}
35959
35960func (p *IClientRPCServiceDeleteDataArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
35961 p.Req = &TSDeleteDataReq{}
35962 if err := p.Req.Read(ctx, iprot); err != nil {
35963 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err)
35964 }
35965 return nil
35966}
35967
35968func (p *IClientRPCServiceDeleteDataArgs) Write(ctx context.Context, oprot thrift.TProtocol) error {
35969 if err := oprot.WriteStructBegin(ctx, "deleteData_args"); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected