Package care.smith.top.top_phenotypic_query.c2reasoner.functions.aggregate


package care.smith.top.top_phenotypic_query.c2reasoner.functions.aggregate
  • Classes
    Class
    Description
     
    The function Avg returns the average of the argument values.
    The function Count returns the number of values of the argument expression.
    The function First returns the temporally first value of the argument values (based on their timestamps).
    The function Last returns the temporally last value of the argument values (based on their timestamps).
    The function Max returns the maximum value of the argument values.
    The function Median returns the median (separating the higher half from the lower half) of the argument values.
    The function Min returns the minimum value of the argument values.