Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sql-machine-learning/sqlflow
/ testingMaxComputeURL
Function
testingMaxComputeURL
go/database/testing.go:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
func
testingMaxComputeURL() string {
152
return
fmt.Sprintf(
"maxcompute://%s"
, testingMaxComputeConfig().FormatDSN())
153
}
154
155
func
createTestingMaxComputeDB() *DB {
156
db, e := OpenAndConnectDB(testingMaxComputeURL())
Callers
3
TestDatabaseGetTestingDBSingleton
Function · 0.85
TestDatabaseTestingMaxComputeURL
Function · 0.85
createTestingMaxComputeDB
Function · 0.85
Calls
1
testingMaxComputeConfig
Function · 0.85
Tested by
2
TestDatabaseGetTestingDBSingleton
Function · 0.68
TestDatabaseTestingMaxComputeURL
Function · 0.68