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

Method ReadField1

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

Source from the content-addressed store, hash-verified

1651}
1652
1653func (p *TSExecuteStatementResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
1654 p.Status = &common.TSStatus{}
1655 if err := p.Status.Read(ctx, iprot); err != nil {
1656 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err)
1657 }
1658 return nil
1659}
1660
1661func (p *TSExecuteStatementResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
1662 if v, err := iprot.ReadI64(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected