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

Method GetQueryId

rpc/client.go:1285–1290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1283}
1284var TSExecuteStatementResp_QueryId_DEFAULT int64
1285func (p *TSExecuteStatementResp) GetQueryId() int64 {
1286 if !p.IsSetQueryId() {
1287 return TSExecuteStatementResp_QueryId_DEFAULT
1288 }
1289return *p.QueryId
1290}
1291var TSExecuteStatementResp_Columns_DEFAULT []string
1292
1293func (p *TSExecuteStatementResp) GetColumns() []string {

Callers

nothing calls this directly

Calls 1

IsSetQueryIdMethod · 0.95

Tested by

no test coverage detected