[fdo-trac] #137: Expression Functions: some aggregate functions do not support byte values

FDO trac_fdo at osgeo.org
Thu Oct 18 14:44:05 EDT 2007


#137: Expression Functions: some aggregate functions do not support byte values
----------------------------+-----------------------------------------------
   Reporter:  thomasknoell  |       Owner:  thomasknoell
       Type:  defect        |      Status:  new         
   Priority:  major         |   Milestone:  3.3.0       
  Component:  FDO API       |     Version:  3.2.0       
   Severity:  2             |    Keywords:              
External_id:                |  
----------------------------+-----------------------------------------------
 The aggregate expression functions AVG, MEDIAN, STDDEV and SUM do not
 support byte values as an input data type although this is a valid input
 data type. Therefore, the following signature needs to be added to the
 signature list for each of the mentioned functions:

 AVG:    FdoDataType_Double AVG    ([{ALL | DISTINCT}, ] byte_value)
 MEDIAN: FdoDataType_Double MEDIAN (byte_value)
 STDDEV: FdoDataType_Double STDDEV ([{ALL | DISTINCT}, ] byte_value)
 SUM:    FdoDataType_Double SUM    ([{ALL | DISTINCT}, ] byte_value)

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/137>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list