Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ String
Method
String
pkg/sql/sem/tree/select.go:1218–1220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1216
}
1217
1218
func
(p LockingWaitPolicy) String() string {
1219
return
lockingWaitPolicyName[p]
1220
}
1221
1222
// Format implements the NodeFormatter interface.
1223
func
(p LockingWaitPolicy) Format(ctx *FmtCtx) {
Callers
2
docTable
Method · 0.95
Format
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected