MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / doc

Method doc

pkg/sql/sem/tree/pretty.go:575–577  ·  view source on GitHub ↗
(p *PrettyCfg)

Source from the content-addressed store, hash-verified

573}
574
575func (node *Select) doc(p *PrettyCfg) pretty.Doc {
576 return p.rlTable(node.docTable(p)...)
577}
578
579func (node *Select) docTable(p *PrettyCfg) []pretty.TableRow {
580 items := make([]pretty.TableRow, 0, 9)

Callers

nothing calls this directly

Calls 2

docTableMethod · 0.95
rlTableMethod · 0.80

Tested by

no test coverage detected