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

Method IsSetMoreData

rpc/client.go:5410–5412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5408}
5409
5410func (p *TSFetchResultsResp) IsSetMoreData() bool {
5411 return p.MoreData != nil
5412}
5413
5414func (p *TSFetchResultsResp) Read(ctx context.Context, iprot thrift.TProtocol) error {
5415 if _, err := iprot.ReadStructBegin(ctx); err != nil {

Callers 2

GetMoreDataMethod · 0.95
writeField7Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected