()
| 1343 | } |
| 1344 | var TSExecuteStatementResp_TracingInfo_DEFAULT *TSTracingInfo |
| 1345 | func (p *TSExecuteStatementResp) GetTracingInfo() *TSTracingInfo { |
| 1346 | if !p.IsSetTracingInfo() { |
| 1347 | return TSExecuteStatementResp_TracingInfo_DEFAULT |
| 1348 | } |
| 1349 | return p.TracingInfo |
| 1350 | } |
| 1351 | var TSExecuteStatementResp_QueryResult__DEFAULT [][]byte |
| 1352 | |
| 1353 | func (p *TSExecuteStatementResp) GetQueryResult_() [][]byte { |
nothing calls this directly
no test coverage detected