Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ doc
Method
doc
pkg/sql/sem/tree/pretty.go:824–826 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
822
}
823
824
func
(node LockingWaitPolicy) doc(p *PrettyCfg) pretty.Doc {
825
return
p.rlTable(node.docTable(p)...)
826
}
827
828
func
(node LockingWaitPolicy) docTable(p *PrettyCfg) []pretty.TableRow {
829
str := node.String()
Callers
nothing calls this directly
Calls
2
docTable
Method · 0.95
rlTable
Method · 0.80
Tested by
no test coverage detected