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