Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ IsSetSgColumns
Method
IsSetSgColumns
rpc/client.go:1418–1420 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1416
}
1417
1418
func
(p *TSExecuteStatementResp) IsSetSgColumns() bool {
1419
return
p.SgColumns != nil
1420
}
1421
1422
func
(p *TSExecuteStatementResp) IsSetAliasColumns() bool {
1423
return
p.AliasColumns != nil
Callers
1
writeField10
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected