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

Method ReadField1

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

Source from the content-addressed store, hash-verified

36156}
36157
36158func (p *IClientRPCServiceExecuteRawDataQueryArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
36159 p.Req = &TSRawDataQueryReq{}
36160 if err := p.Req.Read(ctx, iprot); err != nil {
36161 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err)
36162 }
36163 return nil
36164}
36165
36166func (p *IClientRPCServiceExecuteRawDataQueryArgs) Write(ctx context.Context, oprot thrift.TProtocol) error {
36167 if err := oprot.WriteStructBegin(ctx, "executeRawDataQuery_args"); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected