Opened 17 years ago
Closed 17 years ago
#137 closed defect (fixed)
Expression Functions: some aggregate functions do not support byte values
Reported by: | thomasknoell | Owned by: | thomasknoell |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | FDO API | Version: | 3.2.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
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)
Change History (2)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.