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:2103–2105 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
2101
}
2102
2103
func
(node *Prepare) doc(p *PrettyCfg) pretty.Doc {
2104
return
p.rlTable(node.docTable(p)...)
2105
}
2106
2107
func
(node *Prepare) docTable(p *PrettyCfg) []pretty.TableRow {
2108
name := p.Doc(&node.Name)
Callers
nothing calls this directly
Calls
2
docTable
Method · 0.95
rlTable
Method · 0.80
Tested by
no test coverage detected