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

Method String

pkg/clickhouse/ch/query_insert.go:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85func (q *InsertQuery) Operation() string { return "INSERT" }
86func (q *InsertQuery) String() string {
87 buf, err := q.AppendQuery(q.db.Formatter(), nil)
88 if err != nil {
89 return err.Error()
90 }
91 return unsafeconv.String(buf)
92}
93
94var _ chschema.QueryAppender = (*InsertQuery)(nil)
95

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