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

Method ReadField1

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

Source from the content-addressed store, hash-verified

31680}
31681
31682func (p *IClientRPCServiceSetStorageGroupArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
31683 if v, err := iprot.ReadI64(ctx); err != nil {
31684 return thrift.PrependError("error reading field 1: ", err)
31685} else {
31686 p.SessionId = v
31687}
31688 return nil
31689}
31690
31691func (p *IClientRPCServiceSetStorageGroupArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
31692 if v, err := iprot.ReadString(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected