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

Method doc

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

Source from the content-addressed store, hash-verified

594}
595
596func (node *Window) doc(p *PrettyCfg) pretty.Doc {
597 return p.unrow(node.docRow(p))
598}
599
600func (node *Window) docRow(p *PrettyCfg) pretty.TableRow {
601 if node == nil || len(*node) == 0 {

Callers

nothing calls this directly

Calls 2

docRowMethod · 0.95
unrowMethod · 0.80

Tested by

no test coverage detected