Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ doc
Method
doc
postgres/parser/sem/tree/pretty.go:1609–1611 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
1607
}
1608
1609
func
(node *ColumnTableDef) doc(p *PrettyCfg) pretty.Doc {
1610
return
p.unrow(node.docRow(p))
1611
}
1612
1613
func
(node *ColumnTableDef) docRow(p *PrettyCfg) pretty.TableRow {
1614
// Final layout:
Callers
nothing calls this directly
Calls
2
docRow
Method · 0.95
unrow
Method · 0.80
Tested by
no test coverage detected