MCPcopy
hub / github.com/cube2222/octosql / Format

Method Format

parser/sqlparser/ast.go:519–521  ·  view source on GitHub ↗
(buf *TrackedBuffer)

Source from the content-addressed store, hash-verified

517}
518
519func (node *CommonTableExpression) Format(buf *TrackedBuffer) {
520 buf.Myprintf("%s AS (%v)", node.Name, node.Select)
521}
522
523func (node *CommonTableExpression) walkSubtree(visit Visit) error {
524 if err := Walk(visit, node.Name); err != nil {

Callers

nothing calls this directly

Calls 1

MyprintfMethod · 0.80

Tested by

no test coverage detected