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

Method GetMoreData

rpc/client.go:5388–5393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5386}
5387var TSFetchResultsResp_MoreData_DEFAULT bool
5388func (p *TSFetchResultsResp) GetMoreData() bool {
5389 if !p.IsSetMoreData() {
5390 return TSFetchResultsResp_MoreData_DEFAULT
5391 }
5392return *p.MoreData
5393}
5394func (p *TSFetchResultsResp) IsSetStatus() bool {
5395 return p.Status != nil
5396}

Callers

nothing calls this directly

Calls 1

IsSetMoreDataMethod · 0.95

Tested by

no test coverage detected