Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ IsSetColumnsList
Method
IsSetColumnsList
rpc/client.go:5790–5792 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5788
}
5789
5790
func
(p *TSFetchMetadataResp) IsSetColumnsList() bool {
5791
return
p.ColumnsList != nil
5792
}
5793
5794
func
(p *TSFetchMetadataResp) IsSetDataType() bool {
5795
return
p.DataType != nil
Callers
1
writeField3
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected