MCPcopy
hub / github.com/uber/aresdb / Distinct

Struct Distinct

query/expr/ast.go:276–279  ·  view source on GitHub ↗

Distinct represents a DISTINCT expression.

Source from the content-addressed store, hash-verified

274
275// Distinct represents a DISTINCT expression.
276type Distinct struct {
277 // Identifier following DISTINCT
278 Val string
279}
280
281// Type returns the type.
282func (d *Distinct) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected