Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ doc
Method
doc
pkg/sql/sem/tree/pretty.go:619–621 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
617
}
618
619
func
(node *From) doc(p *PrettyCfg) pretty.Doc {
620
return
p.unrow(node.docRow(p))
621
}
622
623
func
(node *From) docRow(p *PrettyCfg) pretty.TableRow {
624
if
node == nil || len(node.Tables) == 0 {
Callers
nothing calls this directly
Calls
2
docRow
Method · 0.95
unrow
Method · 0.80
Tested by
no test coverage detected