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

Method IsSetQueryDataSet

rpc/client.go:1406–1408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1404}
1405
1406func (p *TSExecuteStatementResp) IsSetQueryDataSet() bool {
1407 return p.QueryDataSet != nil
1408}
1409
1410func (p *TSExecuteStatementResp) IsSetNonAlignQueryDataSet() bool {
1411 return p.NonAlignQueryDataSet != nil

Callers 2

GetQueryDataSetMethod · 0.95
writeField7Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected