Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/cql-proxy
/ newQueryPlan
Method
newQueryPlan
proxy/proxy.go:379–381 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
377
}
378
379
func
(p *Proxy) newQueryPlan() proxycore.QueryPlan {
380
return
p.lb.NewQueryPlan()
381
}
382
383
var
(
384
schemaVersion, _ = primitive.ParseUuid(
"4f2b29e6-59b5-4e2d-8fd6-01e32e67f0d7"
)
Callers
1
execute
Method · 0.80
Calls
1
NewQueryPlan
Method · 0.65
Tested by
no test coverage detected