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

Method ReadField3

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

Source from the content-addressed store, hash-verified

5542}
5543
5544func (p *TSFetchResultsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
5545 if v, err := iprot.ReadBool(ctx); err != nil {
5546 return thrift.PrependError("error reading field 3: ", err)
5547} else {
5548 p.IsAlign = v
5549}
5550 return nil
5551}
5552
5553func (p *TSFetchResultsResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
5554 p.QueryDataSet = &TSQueryDataSet{}

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected