Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ IsSetQueryId
Method
IsSetQueryId
rpc/client.go:1386–1388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1384
}
1385
1386
func
(p *TSExecuteStatementResp) IsSetQueryId() bool {
1387
return
p.QueryId != nil
1388
}
1389
1390
func
(p *TSExecuteStatementResp) IsSetColumns() bool {
1391
return
p.Columns != nil
Callers
2
GetQueryId
Method · 0.95
writeField2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected