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

Method IsSetNonAlignQueryDataSet

rpc/client.go:1410–1412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1408}
1409
1410func (p *TSExecuteStatementResp) IsSetNonAlignQueryDataSet() bool {
1411 return p.NonAlignQueryDataSet != nil
1412}
1413
1414func (p *TSExecuteStatementResp) IsSetColumnNameIndexMap() bool {
1415 return p.ColumnNameIndexMap != nil

Callers 2

writeField8Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected