used for agg query
(ctx context.Context, requestID string, host topology.Host, query queryCom.AQLQuery, hll bool)
| 43 | type 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 | } |
no outgoing calls
no test coverage detected