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