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

Method ReadField4

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

Source from the content-addressed store, hash-verified

5551}
5552
5553func (p *TSFetchResultsResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
5554 p.QueryDataSet = &TSQueryDataSet{}
5555 if err := p.QueryDataSet.Read(ctx, iprot); err != nil {
5556 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.QueryDataSet), err)
5557 }
5558 return nil
5559}
5560
5561func (p *TSFetchResultsResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
5562 p.NonAlignQueryDataSet = &TSQueryNonAlignDataSet{}

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected