MCPcopy 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
1218func (p LockingWaitPolicy) String() string {
1219 return lockingWaitPolicyName[p]
1220}
1221
1222// Format implements the NodeFormatter interface.
1223func (p LockingWaitPolicy) Format(ctx *FmtCtx) {

Callers 2

docTableMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected