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:552–554 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
550
}
551
552
func
(node *SelectClause) doc(p *PrettyCfg) pretty.Doc {
553
return
p.rlTable(node.docTable(p)...)
554
}
555
556
func
(node *SelectClause) docTable(p *PrettyCfg) []pretty.TableRow {
557
if
node.TableSelect {
Callers
nothing calls this directly
Calls
2
docTable
Method · 0.95
rlTable
Method · 0.80
Tested by
no test coverage detected