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

Struct HLLQueryResponseWriter

api/query_handler.go:368–371  ·  view source on GitHub ↗

HLLQueryResponseWriter writes query result as application/hll. For more inforamtion, please refer to https://github.com/uber/aresdb/wiki/HyperLogLog.

Source from the content-addressed store, hash-verified

366// HLLQueryResponseWriter writes query result as application/hll. For more inforamtion, please refer to
367// https://github.com/uber/aresdb/wiki/HyperLogLog.
368type HLLQueryResponseWriter struct {
369 response *queryCom.HLLQueryResults
370 statusCode int
371}
372
373// NewHLLQueryResponseWriter creates a new HLLQueryResponseWriter.
374func NewHLLQueryResponseWriter() QueryResponseWriter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected