Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ IsSetQueryResult_
Method
IsSetQueryResult_
rpc/client.go:5406–5408 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5404
}
5405
5406
func
(p *TSFetchResultsResp) IsSetQueryResult_() bool {
5407
return
p.QueryResult_ != nil
5408
}
5409
5410
func
(p *TSFetchResultsResp) IsSetMoreData() bool {
5411
return
p.MoreData != nil
Callers
1
writeField6
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected