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

Method ReadField1

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

Source from the content-addressed store, hash-verified

32988}
32989
32990func (p *IClientRPCServiceInsertRecordArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
32991 p.Req = &TSInsertRecordReq{}
32992 if err := p.Req.Read(ctx, iprot); err != nil {
32993 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err)
32994 }
32995 return nil
32996}
32997
32998func (p *IClientRPCServiceInsertRecordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error {
32999 if err := oprot.WriteStructBegin(ctx, "insertRecord_args"); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected