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

Method ReadField1

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

Source from the content-addressed store, hash-verified

28953}
28954
28955func (p *IClientRPCServiceExecuteStatementArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
28956 p.Req = &TSExecuteStatementReq{}
28957 if err := p.Req.Read(ctx, iprot); err != nil {
28958 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err)
28959 }
28960 return nil
28961}
28962
28963func (p *IClientRPCServiceExecuteStatementArgs) Write(ctx context.Context, oprot thrift.TProtocol) error {
28964 if err := oprot.WriteStructBegin(ctx, "executeStatement_args"); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected