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

Method ReadField1

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

Source from the content-addressed store, hash-verified

28355}
28356
28357func (p *IClientRPCServiceFetchResultsV2Args) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
28358 p.Req = &TSFetchResultsReq{}
28359 if err := p.Req.Read(ctx, iprot); err != nil {
28360 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err)
28361 }
28362 return nil
28363}
28364
28365func (p *IClientRPCServiceFetchResultsV2Args) Write(ctx context.Context, oprot thrift.TProtocol) error {
28366 if err := oprot.WriteStructBegin(ctx, "fetchResultsV2_args"); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected