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

Method Format

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

Source from the content-addressed store, hash-verified

221// generated by the parser.
222type SQLNode interface {
223 Format(buf *TrackedBuffer)
224 // walkSubtree calls visit on all underlying nodes
225 // of the subtree, but not the current one. Walking
226 // must be interrupted if visit returns an error.

Callers 11

AppendFunction · 0.65
FormatMethod · 0.65
TestSelectFunction · 0.65
TestRemoveHintsFunction · 0.65
MyprintfMethod · 0.65
BuildValueFunction · 0.65
ValueToJsonFunction · 0.65
FormatCSVValueFunction · 0.65
RunMethod · 0.65
appendMethod · 0.65
StringMethod · 0.65

Implementers 15

Unionparser/sqlparser/ast.go
Selectparser/sqlparser/ast.go
Withparser/sqlparser/ast.go
Streamparser/sqlparser/ast.go
Insertparser/sqlparser/ast.go
Updateparser/sqlparser/ast.go
Deleteparser/sqlparser/ast.go
Setparser/sqlparser/ast.go
DBDDLparser/sqlparser/ast.go
DDLparser/sqlparser/ast.go
Showparser/sqlparser/ast.go
Useparser/sqlparser/ast.go

Calls

no outgoing calls

Tested by 2

TestSelectFunction · 0.52
TestRemoveHintsFunction · 0.52