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

Method GetSessionId

rpc/client.go:2314–2319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2312}
2313var TSOpenSessionResp_SessionId_DEFAULT int64
2314func (p *TSOpenSessionResp) GetSessionId() int64 {
2315 if !p.IsSetSessionId() {
2316 return TSOpenSessionResp_SessionId_DEFAULT
2317 }
2318return *p.SessionId
2319}
2320var TSOpenSessionResp_Configuration_DEFAULT map[string]string
2321
2322func (p *TSOpenSessionResp) GetConfiguration() map[string]string {

Callers

nothing calls this directly

Calls 1

IsSetSessionIdMethod · 0.95

Tested by

no test coverage detected