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:1711–1713 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
1709
}
1710
1711
func
(node *ColumnTableDef) doc(p *PrettyCfg) pretty.Doc {
1712
return
p.unrow(node.docRow(p))
1713
}
1714
1715
func
(node *ColumnTableDef) docRow(p *PrettyCfg) pretty.TableRow {
1716
// Final layout:
Callers
nothing calls this directly
Calls
2
docRow
Method · 0.95
unrow
Method · 0.80
Tested by
no test coverage detected