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

Method doc

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

Source from the content-addressed store, hash-verified

2316}
2317
2318func (node *IsNullExpr) doc(p *PrettyCfg) pretty.Doc {
2319 return pretty.ConcatSpace(
2320 p.exprDocWithParen(node.Expr),
2321 pretty.Keyword("IS NULL"),
2322 )
2323}
2324
2325func (node *IsNotNullExpr) doc(p *PrettyCfg) pretty.Doc {
2326 return pretty.ConcatSpace(

Callers

nothing calls this directly

Calls 3

ConcatSpaceFunction · 0.92
KeywordFunction · 0.92
exprDocWithParenMethod · 0.80

Tested by

no test coverage detected