MCPcopy
hub / github.com/uptrace/uptrace / ColumnExpr

Method ColumnExpr

pkg/clickhouse/ch/query_select.go:127–130  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

125 return q
126}
127func (q *SelectQuery) ColumnExpr(query string, args ...any) *SelectQuery {
128 q.addColumn(chschema.SafeQuery(query, args))
129 return q
130}
131func (q *SelectQuery) ExcludeColumn(columns ...string) *SelectQuery {
132 q.excludeColumn(columns)
133 return q

Callers 15

selectMetricHeatmapMethod · 0.45
handleQueryMethod · 0.45
AttrKeysMethod · 0.45
selectAttrKeysMethod · 0.45
selectAttrValuesMethod · 0.45
compileQueryMethod · 0.45
metricsSubqueryMethod · 0.45
aggMethod · 0.45
quantileColumnFunction · 0.45
tracingSubqueryMethod · 0.45
selectMetricsFromCHFunction · 0.45
ShowMethod · 0.45

Calls 1

addColumnMethod · 0.80

Tested by

no test coverage detected