Project

General

Profile

« Previous | Next » 

Revision 7704

schemas/functions.sql: Added _avg()

View differences:

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