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

Method ReadField2

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

Source from the content-addressed store, hash-verified

1659}
1660
1661func (p *TSExecuteStatementResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
1662 if v, err := iprot.ReadI64(ctx); err != nil {
1663 return thrift.PrependError("error reading field 2: ", err)
1664} else {
1665 p.QueryId = &v
1666}
1667 return nil
1668}
1669
1670func (p *TSExecuteStatementResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
1671 _, size, err := iprot.ReadListBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected