MCPcopy
hub / github.com/sqldef/sqldef / Format

Method Format

parser/node.go:349–351  ·  view source on GitHub ↗

Format formats the node.

(buf *nodeBuffer)

Source from the content-addressed store, hash-verified

347
348// Format formats the node.
349func (node *CommonTableExpr) Format(buf *nodeBuffer) {
350 buf.Printf("%v AS (%v)", node.Name, node.Definition)
351}
352
353// Stream represents a SELECT statement.
354type Stream struct {

Callers

nothing calls this directly

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected