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

Method Format

parser/sqlparser/ast.go:541–544  ·  view source on GitHub ↗

Format formats the node.

(buf *TrackedBuffer)

Source from the content-addressed store, hash-verified

539
540// Format formats the node.
541func (node *Stream) Format(buf *TrackedBuffer) {
542 buf.Myprintf("stream %v%v from %v",
543 node.Comments, node.SelectExpr, node.Table)
544}
545
546func (node *Stream) walkSubtree(visit Visit) error {
547 if node == nil {

Callers

nothing calls this directly

Calls 1

MyprintfMethod · 0.80

Tested by

no test coverage detected