Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
func
(f *Formatter) String() string {
110
return
f.builder.String()
111
}
112
113
// Format renders an expression into compact SQL.
114
func
Format(expr Expr) string {
Callers
8
main
Function · 0.95
TestParser_FormatBeautify
Function · 0.95
Format
Function · 0.95
TestFormatter_WithIndent_CustomIndentation
Function · 0.80
TestParser_Format
Function · 0.80
validFormatSQL
Function · 0.80
TestVisitor_Identical
Function · 0.80
wrapError
Method · 0.80
Calls
no outgoing calls
Tested by
5
TestParser_FormatBeautify
Function · 0.76
TestFormatter_WithIndent_CustomIndentation
Function · 0.64
TestParser_Format
Function · 0.64
validFormatSQL
Function · 0.64
TestVisitor_Identical
Function · 0.64