()
| 1283 | } |
| 1284 | var TSExecuteStatementResp_QueryId_DEFAULT int64 |
| 1285 | func (p *TSExecuteStatementResp) GetQueryId() int64 { |
| 1286 | if !p.IsSetQueryId() { |
| 1287 | return TSExecuteStatementResp_QueryId_DEFAULT |
| 1288 | } |
| 1289 | return *p.QueryId |
| 1290 | } |
| 1291 | var TSExecuteStatementResp_Columns_DEFAULT []string |
| 1292 | |
| 1293 | func (p *TSExecuteStatementResp) GetColumns() []string { |
nothing calls this directly
no test coverage detected