MCPcopy 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
1294func (s *Session) GetSessionId() int64 {
1295 return s.sessionId
1296}
1297
1298func NewSession(config *Config) Session {
1299 config.sqlDialect = TreeSqlDialect

Callers 3

OpenMethod · 0.45
OpenClusterMethod · 0.45
initClusterConnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected