MCPcopy Create free account
hub / github.com/araddon/qlbridge / String

Method String

rel/sql.go:641–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

639 return m.As
640}
641func (m *Column) String() string {
642 w := expr.NewDefaultWriter()
643 m.WriteDialect(w)
644 return w.String()
645}
646func (m *Column) WriteDialect(w expr.DialectWriter) {
647 if m.Star {
648 io.WriteString(w, "*")

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected