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

Function NewClusterSession

client/session.go:1314–1317  ·  view source on GitHub ↗
(clusterConfig *ClusterConfig)

Source from the content-addressed store, hash-verified

1312}
1313
1314func NewClusterSession(clusterConfig *ClusterConfig) (Session, error) {
1315 clusterConfig.sqlDialect = TreeSqlDialect
1316 return newClusterSessionWithSqlDialect(clusterConfig)
1317}
1318
1319func newClusterSessionWithSqlDialect(clusterConfig *ClusterConfig) (Session, error) {
1320 session := Session{}

Callers 3

connectClusterFunction · 0.92
SetupSuiteMethod · 0.92
Test_WrongURLMethod · 0.92

Calls 1

Tested by 2

SetupSuiteMethod · 0.74
Test_WrongURLMethod · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…