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

Method WriteExpr

parser/format.go:77–82  ·  view source on GitHub ↗
(expr Expr)

Source from the content-addressed store, hash-verified

75}
76
77func (f *Formatter) WriteExpr(expr Expr) {
78 if expr == nil {
79 return
80 }
81 expr.FormatSQL(f)
82}
83
84func (f *Formatter) NewLine() {
85 if f.mode != FormatModeBeautify {

Callers 15

mainFunction · 0.95
FormatFunction · 0.95
writeLogicalOperandMethod · 0.80
FormatSQLMethod · 0.80
FormatSQLMethod · 0.80
FormatSQLMethod · 0.80
FormatSQLMethod · 0.80
FormatSQLMethod · 0.80
FormatSQLMethod · 0.80
FormatSQLMethod · 0.80

Calls 1

FormatSQLMethod · 0.65