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

Method ReadField2

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

Source from the content-addressed store, hash-verified

5533}
5534
5535func (p *TSFetchResultsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
5536 if v, err := iprot.ReadBool(ctx); err != nil {
5537 return thrift.PrependError("error reading field 2: ", err)
5538} else {
5539 p.HasResultSet = v
5540}
5541 return nil
5542}
5543
5544func (p *TSFetchResultsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
5545 if v, err := iprot.ReadBool(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected