Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ GetSessionId
Method
GetSessionId
client/session.go:1294–1296 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1292
}
1293
1294
func
(s *Session) GetSessionId() int64 {
1295
return
s.sessionId
1296
}
1297
1298
func
NewSession(config *Config) Session {
1299
config.sqlDialect = TreeSqlDialect
Callers
3
Open
Method · 0.45
OpenCluster
Method · 0.45
initClusterConn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected