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

Struct queryExecutorImpl

broker/executor.go:42–46  ·  view source on GitHub ↗

queryExecutorImpl will be reused across all queries

Source from the content-addressed store, hash-verified

40
41// queryExecutorImpl will be reused across all queries
42type queryExecutorImpl struct {
43 tableSchemaReader memCom.TableSchemaReader
44 topo topology.HealthTrackingDynamicTopoloy
45 dataNodeClient dataCli.DataNodeQueryClient
46}
47
48func (qe *queryExecutorImpl) Execute(ctx context.Context, requestID string, aql *queryCom.AQLQuery, returnHLLBinary bool, w http.ResponseWriter) (err error) {
49 var cancelFn context.CancelFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected