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