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

Method doc

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

Source from the content-addressed store, hash-verified

2469}
2470
2471func (node *MoveCursor) doc(p *PrettyCfg) pretty.Doc {
2472 return pretty.ConcatSpace(pretty.Keyword("MOVE"), node.CursorStmt.doc(p))
2473}
2474
2475func (node *CloseCursor) doc(p *PrettyCfg) pretty.Doc {
2476 close := pretty.Keyword("CLOSE")

Callers

nothing calls this directly

Calls 3

ConcatSpaceFunction · 0.92
KeywordFunction · 0.92
docMethod · 0.65

Tested by

no test coverage detected