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

Method doc

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

Source from the content-addressed store, hash-verified

2465}
2466
2467func (node *FetchCursor) doc(p *PrettyCfg) pretty.Doc {
2468 return pretty.ConcatSpace(pretty.Keyword("FETCH"), node.CursorStmt.doc(p))
2469}
2470
2471func (node *MoveCursor) doc(p *PrettyCfg) pretty.Doc {
2472 return pretty.ConcatSpace(pretty.Keyword("MOVE"), node.CursorStmt.doc(p))

Callers

nothing calls this directly

Calls 3

ConcatSpaceFunction · 0.92
KeywordFunction · 0.92
docMethod · 0.65

Tested by

no test coverage detected