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

Method rlTable

pkg/sql/sem/tree/pretty.go:169–175  ·  view source on GitHub ↗
(rows ...pretty.TableRow)

Source from the content-addressed store, hash-verified

167}
168
169func (p *PrettyCfg) rlTable(rows ...pretty.TableRow) pretty.Doc {
170 alignment := pretty.TableNoAlign
171 if p.Align != PrettyNoAlign {
172 alignment = pretty.TableRightAlignFirstColumn
173 }
174 return pretty.Table(alignment, pretty.Keyword, rows...)
175}
176
177func (p *PrettyCfg) llTable(docFn func(string) pretty.Doc, rows ...pretty.TableRow) pretty.Doc {
178 alignment := pretty.TableNoAlign

Callers 15

docMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docRowMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docMethod · 0.80
docMethod · 0.80

Calls 1

TableFunction · 0.92

Tested by

no test coverage detected