MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / IsSetMetadataInJson

Method IsSetMetadataInJson

rpc/client.go:5786–5788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5784}
5785
5786func (p *TSFetchMetadataResp) IsSetMetadataInJson() bool {
5787 return p.MetadataInJson != nil
5788}
5789
5790func (p *TSFetchMetadataResp) IsSetColumnsList() bool {
5791 return p.ColumnsList != nil

Callers 2

GetMetadataInJsonMethod · 0.95
writeField2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected