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

Method doc

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

Source from the content-addressed store, hash-verified

1055}
1056
1057func (node *Array) doc(p *PrettyCfg) pretty.Doc {
1058 return p.bracketKeyword("ARRAY", "[", p.Doc(&node.Exprs), "]", "")
1059}
1060
1061func (node *Tuple) doc(p *PrettyCfg) pretty.Doc {
1062 exprDoc := p.Doc(&node.Exprs)

Callers

nothing calls this directly

Calls 2

bracketKeywordMethod · 0.80
DocMethod · 0.80

Tested by

no test coverage detected