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

Method ReadField5

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

Source from the content-addressed store, hash-verified

5559}
5560
5561func (p *TSFetchResultsResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
5562 p.NonAlignQueryDataSet = &TSQueryNonAlignDataSet{}
5563 if err := p.NonAlignQueryDataSet.Read(ctx, iprot); err != nil {
5564 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.NonAlignQueryDataSet), err)
5565 }
5566 return nil
5567}
5568
5569func (p *TSFetchResultsResp) ReadField6(ctx context.Context, iprot thrift.TProtocol) error {
5570 _, size, err := iprot.ReadListBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected