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

Method ResultsRowsFlushed

query/aql_postprocessor.go:219–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219func (qc *AQLQueryContext) ResultsRowsFlushed() int {
220 if qc.IsNonAggregationQuery {
221 return qc.resultFlushContext.rowsFlushed
222 }
223 return qc.OOPK.ResultSize
224}
225
226func readMeasure(measureRow unsafe.Pointer, ast expr.Expr, measureBytes int) *float64 {
227 // TODO: consider converting non-zero identity values to nil.

Callers 3

handleAQLInternalMethod · 0.95
handleQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected