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

Method ReadField8

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

Source from the content-addressed store, hash-verified

1738}
1739
1740func (p *TSExecuteStatementResp) ReadField8(ctx context.Context, iprot thrift.TProtocol) error {
1741 p.NonAlignQueryDataSet = &TSQueryNonAlignDataSet{}
1742 if err := p.NonAlignQueryDataSet.Read(ctx, iprot); err != nil {
1743 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.NonAlignQueryDataSet), err)
1744 }
1745 return nil
1746}
1747
1748func (p *TSExecuteStatementResp) ReadField9(ctx context.Context, iprot thrift.TProtocol) error {
1749 _, _, size, err := iprot.ReadMapBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected