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

Method doc

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

Source from the content-addressed store, hash-verified

2309}
2310
2311func (node *NotExpr) doc(p *PrettyCfg) pretty.Doc {
2312 return p.nestUnder(
2313 pretty.Keyword("NOT"),
2314 p.exprDocWithParen(node.Expr),
2315 )
2316}
2317
2318func (node *IsNullExpr) doc(p *PrettyCfg) pretty.Doc {
2319 return pretty.ConcatSpace(

Callers

nothing calls this directly

Calls 3

KeywordFunction · 0.92
nestUnderMethod · 0.80
exprDocWithParenMethod · 0.80

Tested by

no test coverage detected