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

Method IsSetColumnNameIndexMap

rpc/client.go:1414–1416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1412}
1413
1414func (p *TSExecuteStatementResp) IsSetColumnNameIndexMap() bool {
1415 return p.ColumnNameIndexMap != nil
1416}
1417
1418func (p *TSExecuteStatementResp) IsSetSgColumns() bool {
1419 return p.SgColumns != nil

Callers 1

writeField9Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected