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

Method GetMetadataInJson

rpc/client.go:5764–5769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5762}
5763var TSFetchMetadataResp_MetadataInJson_DEFAULT string
5764func (p *TSFetchMetadataResp) GetMetadataInJson() string {
5765 if !p.IsSetMetadataInJson() {
5766 return TSFetchMetadataResp_MetadataInJson_DEFAULT
5767 }
5768return *p.MetadataInJson
5769}
5770var TSFetchMetadataResp_ColumnsList_DEFAULT []string
5771
5772func (p *TSFetchMetadataResp) GetColumnsList() []string {

Callers

nothing calls this directly

Calls 1

IsSetMetadataInJsonMethod · 0.95

Tested by

no test coverage detected