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

Method docTable

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

Source from the content-addressed store, hash-verified

826}
827
828func (node LockingWaitPolicy) docTable(p *PrettyCfg) []pretty.TableRow {
829 str := node.String()
830 if str == "" {
831 return nil
832 }
833 return []pretty.TableRow{p.row("", pretty.Keyword(str))}
834}
835
836func (p *PrettyCfg) peelCompOperand(e Expr) Expr {
837 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