Revision 7704
Added by Aaron Marcuse-Kubitza over 11 years ago
xml_func.py | ||
---|---|---|
259 | 259 |
simplifying_funcs['_merge'] = passthru |
260 | 260 |
simplifying_funcs['_min'] = passthru |
261 | 261 |
simplifying_funcs['_max'] = passthru |
262 |
simplifying_funcs['_avg'] = passthru |
|
262 | 263 |
|
263 | 264 |
def _first(node): |
264 | 265 |
'''Chooses the first non-empty param (sorting by numeric param name)''' |
Also available in: Unified diff
schemas/functions.sql: Added _avg()