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

Method IsSetQueryDataSet

rpc/client.go:5398–5400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5396}
5397
5398func (p *TSFetchResultsResp) IsSetQueryDataSet() bool {
5399 return p.QueryDataSet != nil
5400}
5401
5402func (p *TSFetchResultsResp) IsSetNonAlignQueryDataSet() bool {
5403 return p.NonAlignQueryDataSet != nil

Callers 2

GetQueryDataSetMethod · 0.95
writeField4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected