Project

General

Custom queries

Profile

Actions

Bug #3899

closed

AppendAggregateProcessor has bad result for special cases

Added by Reynaud Sylvain over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
-
Start date:
02/04/2013
Due date:
% Done:

90%

Estimated time:

Description

When no node is aggregated:
  • count and sum should return 0
  • avg, min and max should return nothing (i.e. empty string)
When aggregated nodes are not a number:
  • count should return the number of aggregated nodes
  • sum should return NaN
  • avg, min and max should return NaN

count MAY return an integer instead of a float.

Actions #1

Updated by Reynaud Sylvain over 12 years ago

  • Status changed from New to Resolved
  • Assigned To set to Reynaud Sylvain
  • % Done changed from 0 to 90

NOT IMPLEMENTED : "count MAY return an integer instead of a float"

Actions

Also available in: Atom PDF