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

Method IsSetColumns

rpc/client.go:1390–1392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1388}
1389
1390func (p *TSExecuteStatementResp) IsSetColumns() bool {
1391 return p.Columns != nil
1392}
1393
1394func (p *TSExecuteStatementResp) IsSetOperationType() bool {
1395 return p.OperationType != nil

Callers 1

writeField3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected