MCPcopy
hub / github.com/uptrace/uptrace / String

Method String

pkg/clickhouse/ch/query_table_create.go:96–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95func (q *CreateTableQuery) Operation() string { return "CREATE TABLE" }
96func (q *CreateTableQuery) String() string {
97 b, err := q.AppendQuery(q.db.Formatter(), nil)
98 if err != nil {
99 return err.Error()
100 }
101 return unsafeconv.String(b)
102}
103
104var _ chschema.QueryAppender = (*CreateTableQuery)(nil)
105

Callers

nothing calls this directly

Calls 4

AppendQueryMethod · 0.95
FormatterMethod · 0.80
StringMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected