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

Method IsSetQueryId

rpc/client.go:1386–1388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1384}
1385
1386func (p *TSExecuteStatementResp) IsSetQueryId() bool {
1387 return p.QueryId != nil
1388}
1389
1390func (p *TSExecuteStatementResp) IsSetColumns() bool {
1391 return p.Columns != nil

Callers 2

GetQueryIdMethod · 0.95
writeField2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected