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

Method Query

datanode/client/types.go:45–45  ·  view source on GitHub ↗

used for agg query

(ctx context.Context, requestID string, host topology.Host, query queryCom.AQLQuery, hll bool)

Source from the content-addressed store, hash-verified

43type DataNodeQueryClient interface {
44 // used for agg query
45 Query(ctx context.Context, requestID string, host topology.Host, query queryCom.AQLQuery, hll bool) (queryCom.AQLQueryResult, error)
46 // used for non agg query, header is left out, only matrixData returned as raw bytes
47 QueryRaw(ctx context.Context, requestID string, host topology.Host, query queryCom.AQLQuery) ([]byte, error)
48}

Callers 5

VisitNamedQueryMethod · 0.65
VisitSubqueryRelationMethod · 0.65
ExecuteMethod · 0.65
queryRawMethod · 0.65

Implementers 2

dataNodeQueryClientImpldatanode/client/query_client.go
DataNodeQueryClientdatanode/client/mocks/DataNodeQueryCli

Calls

no outgoing calls

Tested by

no test coverage detected