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

Method IsSetSgColumns

rpc/client.go:1418–1420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1416}
1417
1418func (p *TSExecuteStatementResp) IsSetSgColumns() bool {
1419 return p.SgColumns != nil
1420}
1421
1422func (p *TSExecuteStatementResp) IsSetAliasColumns() bool {
1423 return p.AliasColumns != nil

Callers 1

writeField10Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected