()
| 1404 | } |
| 1405 | |
| 1406 | func (p *TSExecuteStatementResp) IsSetQueryDataSet() bool { |
| 1407 | return p.QueryDataSet != nil |
| 1408 | } |
| 1409 | |
| 1410 | func (p *TSExecuteStatementResp) IsSetNonAlignQueryDataSet() bool { |
| 1411 | return p.NonAlignQueryDataSet != nil |
no outgoing calls
no test coverage detected