Coding Your Own Aggregate Functions

To analyze a set of rows and compute a result value, you can code your own aggregate function that works the same as a built-in aggregate like SUM:


See Also:

Oracle Database Data Cartridge Developer's Guide for more information about user-defined aggregate functions