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:615–617 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
613
}
614
615
func
(node *With) doc(p *PrettyCfg) pretty.Doc {
616
return
p.unrow(node.docRow(p))
617
}
618
619
func
(node *With) docRow(p *PrettyCfg) pretty.TableRow {
620
if
node == nil {
Callers
nothing calls this directly
Calls
2
docRow
Method · 0.95
unrow
Method · 0.80
Tested by
no test coverage detected