MCPcopy
hub / github.com/grafana/tempo / impliedType

Method impliedType

pkg/traceql/ast.go:352–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350func (Aggregate) __scalarExpression() {}
351
352func (a Aggregate) impliedType() StaticType {
353 if a.op == aggregateCount || a.e == nil {
354 return TypeInt
355 }
356
357 return a.e.impliedType()
358}
359
360func (a Aggregate) extractConditions(request *FetchSpansRequest) {
361 request.AllConditions = false

Callers

nothing calls this directly

Calls 1

impliedTypeMethod · 0.65

Tested by

no test coverage detected