MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / String

Method String

parser/format.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (f *Formatter) String() string {
110 return f.builder.String()
111}
112
113// Format renders an expression into compact SQL.
114func Format(expr Expr) string {

Callers 8

mainFunction · 0.95
FormatFunction · 0.95
TestParser_FormatFunction · 0.80
validFormatSQLFunction · 0.80
TestVisitor_IdenticalFunction · 0.80
wrapErrorMethod · 0.80

Calls

no outgoing calls

Tested by 5

TestParser_FormatFunction · 0.64
validFormatSQLFunction · 0.64
TestVisitor_IdenticalFunction · 0.64