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:476–478 ·
view source on GitHub ↗
(p *PrettyCfg)
Source
from the content-addressed store, hash-verified
474
}
475
476
func
(node *ParenTableExpr) doc(p *PrettyCfg) pretty.Doc {
477
return
p.bracket(
"("
, p.Doc(node.Expr),
")"
)
478
}
479
480
func
(node *Limit) doc(p *PrettyCfg) pretty.Doc {
481
res := pretty.Nil
Callers
nothing calls this directly
Calls
2
bracket
Method · 0.80
Doc
Method · 0.80
Tested by
no test coverage detected