MCPcopy Create free account
hub / github.com/dolthub/doltgresql / docTable

Method docTable

postgres/parser/sem/tree/pretty.go:855–861  ·  view source on GitHub ↗
(p *PrettyCfg)

Source from the content-addressed store, hash-verified

853}
854
855func (node LockingWaitPolicy) docTable(p *PrettyCfg) []pretty.TableRow {
856 str := node.String()
857 if str == "" {
858 return nil
859 }
860 return []pretty.TableRow{p.row("", pretty.Keyword(str))}
861}
862
863func (p *PrettyCfg) peelCompOperand(e Expr) Expr {
864 if !p.Simplify {

Callers 1

docMethod · 0.95

Calls 3

StringMethod · 0.95
KeywordFunction · 0.92
rowMethod · 0.80

Tested by

no test coverage detected